Softcoding: Difference between revisions

Content deleted Content added
Robbak (talk | contribs)
m remove space
Made acronym BRE reference page Business_rules_engine
Line 14:
* [[Hardcoding]]: feature is coded to the system not allowing for configuration
* [[Parametric]]: feature is configurable via table driven, or properties files with limited parametric values
* Softcoding: feature uses “engines” that derive results based on any number of parametric values (i.e. business rules in [[Business_rules_engine|BRE]]); rules are coded but exist as parameters in system,written in script form
 
==References==