awips2/cave/com.raytheon.viz.gfe/help/TextProductUserGuideTabular/notes13.txt
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

2 lines
607 B
Text

Smart Text Products inherit from the TextRules and SampleAnalysis libraries. Within the libraries, variables, in general, start with lower case letters and can use capitals and underscores to delineate words. We opt in favor of longer names to for clarity and readability of the code. It it imperative that when you create new variables or methods in the Standard or Local Text Product files, you begin their names with an underscore. This will ensure that you are not inadvertently overriding a variable or method from the Infrastructure which could break your product or produce undesirable results.