Managing important runtime business logic with regard to a codebase
- by Daniel Beardsley
I'm working on a project which will end up have a lot of application information stored in the form of records in a database. In this case, it's the configuration of data views:
which grid columns to show/hide
default filters to apply to each grid view
column titles
sorting
subtotaling
...
This information is a big part of the value of the…