Design (Subscribe)
Links
Andrei Alexandrescu - Homepagehttp://www.moderncppdesign.com/ Website for the book "Modern C++ Design" by Andrei Alexandrescu. Great information on Generic Programming, Templates, and other advanced C++ topics.
|
C/C++ Users Journal Web SiteLots of information on software design. Geared towards developers who use C or C++ as their language of choice.
|
Extreme ProgrammingExtreme Programming means the faster delivery of useful code and a substantial reduction in project risk. Learn how the Kiwis do it.
|
John R. Harris | Virtual Traveloghttp://www.virtualtravelog.net/ Site of a System Architect with ideas / opinions, mostly regarding system design.
|
Picanin - Task Oriented SoftwareA method and tool used to design, generate and regenerate task oriented programs.
|
Refactoring Home PageRefactoring is a technique to restructure code in a disciplined way. It is useful for improving the design of existing code.
|