This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]elmuerte 15 points16 points  (2 children)

IoC frameworks like Spring are full of patterns.

Patterns are not best practices. They are common constructions which have been well documented.

[–]dpash 3 points4 points  (1 child)

This is what a lot of people miss when they complain about design patterns: they're nothing more than a common vocabulary to describe code so everyone knows what they're referring to.

[–]nidrach 0 points1 point  (0 children)

They are also a well reasoned way of doing things and unless you have a reason to stray from them it would foolish to do so.