You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If production decomposition is enabled, any attributes of the production class other than the production definition are not source controlled. For example: custom methods, properties, parameters, or the class's superclass. The current best practice is to put any utility methods in a separate class.
We should get to a point where all production class attributes are source controlled. Potentially with a separate PTD document or a custom document type for "production class without definition".
The text was updated successfully, but these errors were encountered:
If production decomposition is enabled, any attributes of the production class other than the production definition are not source controlled. For example: custom methods, properties, parameters, or the class's superclass. The current best practice is to put any utility methods in a separate class.
We should get to a point where all production class attributes are source controlled. Potentially with a separate PTD document or a custom document type for "production class without definition".
The text was updated successfully, but these errors were encountered: