ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics

Browse in : > Topics > Programming

Does Test-Driven Development Harm Clarity?
Description : Is clarity the key thing to aim for when writing software? Andy Balaam considers if TDD harms clarity and if this matters. by Andy Balaam
Category: [ Design of applications and programs ]
Musings on Python – by a C++ Developer
Description : Python and C++ are very different languages. Sergey Ignatchenko walks through things in Python that can confuse a C++ programmer. by Sergey Ignatchenko

Activatable Object
Description : Using locks will slow down threaded code. Len Holgate demonstrates how an Activatable Object can reduce the time spent blocked. by Len Holgate

KISSing SOLID Goodbye
Description : Can you remember what SOLID stands for? Chris Oldwood distills it down to two easy to remember principles. by Chris Oldwood
Category: [ Design of applications and programs ]
TDD Discussions and Disagreements
Description : Recently people have been arguing about the benefits and pitfalls if TDD. Seb Rose summarises the differing standpoints and presents his own. by Seb Rose
Category: [ Design of applications and programs ]