Navigate/Search

Design Patterns, Archtetypes, and more Patterns

PHP:

There are numerous PHP design pattern sites but none express it like IBM’s Five common PHP design patterns and Five more PHP design patterns.

Probably THE best PHP Design Patterns listing is at Fluffy Cat.

PHP Patterns is somewhat defunct but usable.

.NET and Related Technologies:

Design Patterns in C# and VB.NET

Some solid examples of Singleton, Factory, and Observer over at Java2s.

Testing:

Equally important to all of these architectural and design patterns are testing patterns.  So… xUnit Patterns.

Developmental Patterns:

Although there are NUMEROUS developer blogs and article repositories I feel some that stand out are:

Google Testing

NOOP.NL which also hosts the “Top 100 Blogs for Developers” which I’ve mentioned before I think.

Patterns by Sample:

I still find sites like Programmer’s Heaven and Planet Source Code indispensable for patterns and sample code.

Yahoo! Design Pattern Library

Comments are closed.