public marks

PUBLIC MARKS from greut with tag tdd

December 2008

Testing Will Challenge Your Conventions

1 comment (via)

Private makes less sense than it used to. You can’t test anything that’s private. You need to have ways to sense that your tests are working as intended, and you have to be able to test any method that is interesting. That means less private and more accessors. Get used to living in a more public world. If you need to hide something from users, don’t include it in the interface or abstract base class. “Implements”/”public inheritance” is the new “private”.

or documented is the new public

July 2007

Django Master Class

by 3 others
The point of this tutorial is to introduce you to the features of Django that the experts know.

March 2007

James Shore: Successful Software

a pre-publication review copy of a section of The Art of Agile Development

February 2007

BehaviourDrivenDevelopment - Behaviour-Driven Development

by 4 others
Behaviour-Driven Development (BDD) is an evolution in the thinking behind TestDrivenDevelopment and AcceptanceTestDrivenPlanning.

greut's TAGS related to tag tdd

agile +   ajax +   bdd +   book +   code +   django +   doctest +   expert +   middleware +   openid +   test +   tutorial +