Are today's young programmers getting wrapped around the axle with patterns and practices?
Posted
by
Robert Harvey
on Stack Overflow
See other posts from Stack Overflow
or by Robert Harvey
Published on 2009-07-08T01:55:57Z
Indexed on
2011/03/07
0:10 UTC
Read the original article
Hit count: 240
design-patterns
Recently I have noticed a number of questions on SO that look something like this:
I am writing a small program to keep a list of the songs that I keep on my ipod. I'm thinking about writing it as a 3-tier MVC Ruby on Rails web application with TDD, DDD and IOC, using a factory pattern to create the classes and a singleton to store my application settings. Do you think I'm taking the right approach?
Do you think that we're handing novice programmers a very sharp knife and telling them, "Don't cut yourself with this"?
NOTE: Despite the humorous tone, this is a serious (and programming-related) question.
© Stack Overflow or respective owner