Declarative programming: Difference between revisions

Content deleted Content added
m it's != its
Tie the reinventing the wheel to the anti-pattern article
Line 4:
 
#it isolates the complex problem solving for the interpreter,
#it helps avoid the [[reinvention ofReinventing the wheel]] problemanti-pattern (i.e. one interpreter written years ago can apply its logic to a wide variety of declarative specifications),
#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.