Declarative programming: Difference between revisions

Content deleted Content added
No edit summary
Link IDL directly to Interface description language (disambiguate)
Line 5:
#it isolates the complex problem solving for the computer,
#it helps avoid the [[reinvention of the wheel]] problem,
#it allows for re-use/re-interpretation in different contexts (e.g. different language bindings for [[Interface description language|IDL]]), and
#it centralizes and condenses the problem definition thereby making for more comprehensible coding practices.