How to implement countdown timer class in TDD?

Posted by Samnang on Stack Overflow See other posts from Stack Overflow or by Samnang
Published on 2010-03-17T04:36:52Z Indexed on 2010/03/17 4:41 UTC
Read the original article Hit count: 371

Filed under:
|
|

I'm learning to do TDD in practice in small project. I want to create a countdown timer class, how to implement it in TDD(Red, Green, Refactor), and it has the delegate callback as well.

© Stack Overflow or respective owner

Related posts about TDD

Related posts about countdown