Community Commons has a function that returns if the app is InDevelopment - it is unclear what that means.
In sprintr, one defines if an environment is a prod environment. I believe this is used for billing purposes. That being said, I would like to be able to call on that constant from within our app. Can you add this to the Core api? Core.Configuration.IsProduction or something like that? Then it would be simple to also add that to Community Commons.
The benefits of having such a construct? Well many rules and regulations for IT in banking are particularly relevant to prod environments. While I understand we could create a constant (IsProduction = true) and then propagate that through DTAP - this would mean manually changing the value for DTA (3 environments), because we would like the P value to be on. Moreover, this is a DRY argument. If the value is already set, I'd like to access it in the run time.
Do you agree? Vote yes ;-)