tags:

views:

14

answers:

0

Is it better to have one class per business rule and a rules engine to apply all business rules to an instance of that class, or to encapsulate all business rules into one class? If the former, how to you organize the source code so that you don't end up with billions and billions of little code files contaming short classes without violating the one class per file rule?