I have heard of a senior developer who had a rule that no method may exceed one “page” of screen scroll. If it does it has to be broken into smaller methods.
Genius or Idiocy?
- This coding style would help clean up code by forcing you to break everything into managable small pieces.
- Small reusable pieces
- It might complicate things by causing “cursor jump” in debugging.
Posted
12-13-2004 8:13 AM
by
Eric Wise