About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: haikudeck
How to convince developers and managers to do TDD
Questions and answers when introducing test driven development Continue reading
Art of unit testing
I want to share a basic principle about unit testing I’ve adopted from Roy. Make unit tests:
- Readable
- Trustworthy
- Fast
- Maintainable