Search

Archive for February 1st, 2006

Finding coupled code

Posted by Andres on February 1st, 2006

Tightly coupled code is hard to test. And hard to test mean hard to extend, hard to modify and hard to read. There are a number of ways you can couple your code. I’ll list some of them, and if you find you are using them, try finding other ways. For the sake of simplicity, [...]