Let's begin with; test driven development #11
wilson1000-MoJ
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TDD is the acronym for Test Driven Development - it represents the foundation on which we build our code and provides a safety net to help catch code that has ceased to work, maybe due to an unrelated update or unnoticed typo.
As a community, let's discuss both positive and negative attributes of TDD and, in the short term (as negatives are absent right now), try to adopt a "test-first" approach to our coding efforts.
Resources
TDD in:
Can you recommend any other resources?
Beta Was this translation helpful? Give feedback.
All reactions