FB Web Tips

Beginning Test-Driven Development in Python

By David Sale Test-driven development (TDD) is a process that has been documented considerably over recent years. A process of baking your tests right into your everyday coding, as opposed to a nagging afterthought, should be something that developers seek to make the norm, rather than some ideal fantasy.   I will introduce the core […]