Softcoding: Difference between revisions

Content deleted Content added
+wikify tag & cat
No edit summary
Line 1:
{{attention_see_talk}}
{{wikify}}
 
1)'''Softcoding''' is a computer coding term that in coding,means abstracting a current or planned hard coded value or function into a container that is controllable external to the main function, that could be changed without affecting the main function if required (may involve recompile but no change to the main code set).
Definition:
 
1) in coding, abstracting a current or planned hard coded value or function into a container that is controllable external to the main function, that could be changed without affecting the main function if required (may involve recompile but no change to the main code set).
 
In [[feature design]], softcoding has other meanings.
2) in feature design:
 
a. hardcoding*[[Hardcoding]]: feature is coded to the system not allowing for configuration
 
b. parametric*[[Parametric]]: feature is configurable via table driven, or properties files with limited parametric values
 
c. softcoding*Softcoding: feature uses “engines” that derive results based on any number of parametric values (i.e. business rules in BRE); rules are coded but exist as parameters in system,written in script form
 
[[Category:Software development]]