Softcoding: Difference between revisions

Content deleted Content added
Disambiguated: ParametricParameter
No edit summary
Line 4:
}}
 
'''Softcoding''' is a [[computer programming|computer coding]] term that refers to obtaining a value or function from some external resource, such as a [[preprocessor macro]]s, external constantconstants, [[configuration file]], [[command -line]] argumentarguments, databases, user input, orHTTP databaseserver tableresponses. It is the opposite of [[hardcoding]], which refers to coding values and functions in the source code.
 
==Programming practice==