Softcoding: Difference between revisions

Content deleted Content added
m Added {{notability}} and {{one source}} tags to article using Friendly
m Added missing space before comma.
Line 18:
* [[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==