Hi Just a thought on "branch THEN work THEN write tests". It could be instead: "branch THEN write tests THEN work". Agile programming encourages test-driven development: you write the tests first, then you code new functionalities. http://en.wikipedia.org/wiki/Test_driven_development While this encourages good practice, I do not know how easy would it be to implement. Anyway, thanks again all for your work! Mayeul
Tim Sutton wrote > fork > branch > work > write tests > request for merge > integrate _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
