User | Kudos |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |
I find conditional disables very useful for managing complex applications that require multiple configurations. Often I have several versions of an application with some features removed (disabled depending on hardware support or target platform) and use a conditional token to turn on or off these features. What i find frustrating is that this is not connected (at least as far as I know) to the build process. I would like the project conditional disable symbols to be overridable in the build script so that I can have several build scripts with different settings.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.