Content deleted Content added
Programinfo (talk | contribs) Tags: Reverted Visual edit |
UncleBubba (talk | contribs) Reverted 1 edit by Programinfo (talk): Rv refspam. |
||
Line 29:
== Generalizations ==
"[[Don't repeat yourself]]", or the "DRY principle", is a generalization developed in the context of [[multi-tier architecture]]s, where related code is by necessity duplicated to some extent across tiers, usually in different languages. In practical terms, the recommendation here is to rely on automated tools, like [[code generator]]s and [[data transformation]]s to avoid repetition.
== Hardware programming interfaces ==
|