Browse by Tags

All Tags » patterns (RSS)

How to use Patterns

Erich Gamma said: Do not start immediately throwing patterns into a design, but use them as you go and understand more of the problem. Because of this I really like to use patterns after the fact, refactoring to patterns. One comment I saw in a news group...
Posted by jop | 2 comment(s)
Filed under: ,

Composed Method Pattern

Msg # 129624 on the extremeprogramming Yahoo! Group Some people swear that they would rather see all the code in line, rather than separated out into small methods. I think that the in-line people should be prevented from breeding. -- Ron Jeffries regarding...
Posted by jop | 1 comment(s)
Filed under: