About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (203)
- Security (17)
- Test (32)
- Tooling (160)
- Uncategorized (160)
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