Best Practice. Splitted Skripts

Hi

 

I need some informations about best practices conerning splitting scripts in multiple FB Projects

 

I got some logical groups of scripts

 

- Framework

- Application

- PDA Client

 

...

 

Now Application and PDA client need Framework but i want seperate builds.

 

Whats the best way to split them and integrate multiple FB Projects into one ?

 

Hi Boas

I can’t really say what is best practice for this (every project is different), however you can make use of the Include Project action to make your builds more modular. So Application and PDA can include the Framework project… and Framework can be parametrized using variables so that the Application and PDA projects configure Framework how they need it by passing in variable values.

HTH

Hi
thanks for your reply

sounds like the thing i was searching for

many thanks