Skip to main content

2 docs tagged with "tdd"

View all tags

Chapter 4: Structured Programming

Dijkstra's discovery that unrestrained goto is harmful, and how structured programming's sequence/selection/iteration constructs make software provable — and testable. The scientific method applied to code.

Testing Concepts

From first principles to production — unit testing, integration testing, the test pyramid, mocking strategies, TDD, and battle-tested best practices for Java/Spring engineers.