jump to navigation

Patterns, AntiPatterns and Refactoring 4 February, 2008

Posted by jcintra in Tech.
Tags: , ,
add a comment
architect

Apesar de já conhecer alguns sites sobre o tema, este é sem dúvida um dos sites com melhor organização sobre patterns. O site http://sourcemaking.com/possui três áreas distintas:

* Patterns

* Anti-patterns

* Refactoring

Todas elas com descrição da pattern em questão, com exemplo reaql e com um esquema UML a descrever exactamente para que serve.

Um site a reter e consultar.

Head First Design Patterns 9 November, 2007

Posted by jcintra in Day By Day.
Tags: , , ,
add a comment

Head First Design Patterns Book

This is the last book on my collection. I have good references on it, so I decided to read it. For me, design patterns are very useful tools when designing software. It’s important to know how to avoid reinventing the wheel. Not only I don’t waste time, like I avoid some errors on my code. Patterns can even give me some new ideas how to make the design.

I didn’t saw anything yet about anti-patterns on this book, and I think this might be one of the faults of this book. For me anti-patterns are so important as the patterns it self.

The book has a very nice and fun way of introducing the new content, and this makes it very easy and fast to read.

Last see what juice can I get from it.