public marks

PUBLIC MARKS from mbertier with tag dev

12 January 2005

SQL Support in Mozilla

(via)
Native SQL support for Mozilla

11 January 2005

07 January 2005

06 January 2005

XOM Design Principles

(via)
GOOD guidelines for API designers

05 January 2005

04 January 2005

03 December 2004

Refactoring Home

by 3 others
Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.

www.refactoring.be

(via)
We are enthousiastic software developers trying to put agile principles in practice.

ONLamp.com: Test-Driven Development in Python

by 2 others (via)
Test-driven development is not about testing. Test-driven development is about development (and design), specifically improving the quality and design of code. The resulting unit tests are just an extremely useful by-product.