On 10/09/12 09:04, Itamar Heim wrote:
On 09/10/2012 08:55 AM, Livnat Peer wrote:
> The obvious advantage of keeping them in the DB vs. in code is they can
> be changed with no compilation required and today you don't need to
> restart the application for changing some of them (WIP).
you can still change them in the db without code by overriding them in
the db - code is just the default if there is no value in the db, right?
copy paste from my previous mail -
"
3. I personally find holding values in code cumbersome, usually you end
up with adding option to override the values by entries in the data
base.....
"
if you are going to maintain a table in the data base why start with
code from the first place....