We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
| Weblog: |
|
Code Generation: Another Justification
|
| Subject: |
|
Definetly a good idea |
| Date: |
|
2002-11-03 05:40:47 |
| From: |
|
neh123us@yahoo.com
|
|
|
|
I am beginning to work on a system where some of the business rules are currently expressed in lookup tables that at run time are read and interpreted as simple large "if" statements. Our plan is to write an extraction routine that will pull out the business rule logic and build a class with a method containing the resulting if statement for each rule. I am excited to hear that others are doing the same things. |