yes but it holds no single constant value just methods and i didnt wanna mix them. should i?GlobalConstants.cs already has a class in it named GlobalConstants, so how about we put it in there?
Or if it's not a configurable value, and not a value re-used throughout the code, why not just use the literal value instead of a variable?
Sounds reasonable to me - then it's simply GlobalConstants.USE_AUTOVALUES instead of GlobalConstants.Constants.USE_AUTOVALUES. It would be good if we can think up a more descriptive name than USE_AUTOVALUES.yes but it holds no single constant value just methods and i didnt wanna mix them. should i?
This is why I wonder if it might be best to make it yet another SP.its a variable so someone who really needs it, can set it to 0 to have old behaviour, also it will be used in more places in future
instant thoughts :I'm not clear what the aversion to server properties is. It's a good tool to place server specific changes that the operator can change when they need too. You can organize these by area even, so why not use them?
id parent_id name
------------------------------
1 0 Settings
2 1 (null)
3 1 Rvr
4 3 (null)



Return to “%s” DOL SVN Commits
Users browsing this forum: No registered users and 0 guests