Softcoding: Difference between revisions

Content deleted Content added
No edit summary
SmackBot (talk | contribs)
m Date/fix the maintenance tags
Line 1:
{{Orphan|date=November 2006}}
{{Cleanup|date=January 2006}}
 
'''Softcoding''' is a computer coding term that 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).
 
Softcoding can also be an [[anti-pattern]] if abstracting the values introduces more complexity in maintenance than just changing the code. "Soft Coding" was recently featured in an article on [[Worse_Than_FailureWorse Than Failure]][http://worsethanfailure.com/Articles/Soft_Coding.aspx].
In [[feature design]], softcoding has other meanings.