Writing modular code for lines of business
Guidewire recommends that you define line-of-business
code in the policy-line-methods classes. Avoid putting line-of-business
code in generic locations such as the rule sets, plugins, and non-line-of-business
PCF files and Gosu classes. This recommendation is intended to make upgrade
easier by grouping line-of-business changes in the gw.lob package.
For an example, see Guidelines for modularizing line-of-business code.
