Science Fair Project Encyclopedia
Code momentum
Code momentum is the situation where large amounts code dependency are repeated in programming code creating a stubborn dependancy. That is a sort of momentum. The more things are done one way, the more definitely you're headed in that direction, and the harder it is to change course. Minimizing dependencies limits momentum and makes it easier to change course.
The adapt to adapt article has an anti code momentum checklist.
Code momentum is an example of an anti-pattern.
The article is originally from Perl Design Patterns Book
Last updated: 10-13-2005 02:27:17
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details


