Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/pragmatic-tdd
https://github.com/fchristenson/pragmatic-tdd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/pragmatic-tdd
- Owner: fChristenson
- Created: 2020-05-06T18:59:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:12:16.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:04.124Z (over 1 year ago)
- Language: JavaScript
- Size: 1.4 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Pragmatic TDD
## What we will cover
- Why you shouldn't treat TDD as a religion.
- How to be a responsible developer.## Notes
TDD is a great practice.
Responsible developers value their test and understand that good tests help their work.
However as with everything there are some who go too far.TDD is not a religion but some developer act as if there is a holy book of rules to follow.
In the real world it is not always practical to use TDD.
The goal of any testing strategy is to give confidence that the code works at all times.
TDD is one way to help with that confidence but there are other methods as well.