newsletterlibrary.com

Top : Computers : Programming : Methodologies : Patterns and Anti-Patterns :
FAQs, Help, and Tutorials

Websites
Informative introductory tutorial by Brad Appleton.
site exerpt
Patterns and Software: Essential Concepts and Terminology  Patterns for software development are one of the latest hot topics to emerge from the object-oriented community. They are a literary form of software engineering problem-solving discipline that has its roots in a design movement of the same name in...
http://www.cmcrossroads.com/bradapp/docs/patterns-intro.html

A tutorial to the use of the RAII idiom; a simple, eloquent and efficient way to deal with many situations where there is a risk of "leaking" memory, failing to release locks.
site exerpt
The RAII (Resource Acquisition Is Initialisation) Programming Idiom  Initialisation isn t better known than it is amongst programmers who use languages to which it is applicable. It is a simple, eloquent and efficient way to deal with many situations where there is a risk of leaking memory or...
http://www.hackcraft.net/raii/

Introduces the concept, history and uses of design patterns.
site exerpt
Design Patterns Tutorial  Objectives Conceptual Overview Tutorial System Requirements References...
http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/patterns/