Softcoding: Difference between revisions

Content deleted Content added
Adding sections; removing tag
m fixed header names + general fixes using AWB (8863)
Line 22:
* [[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_engineBusiness rules engine|BRE]]); rules are coded but exist as parameters in system, written in script form
 
==See Alsoalso==
* [[Inner-platform effect]]