Y
Hacker News
new
|
ask
|
show
|
jobs
by
eeZah7Ux
2020 days ago
> -Don't test
In an environment that rewards commits, unit tests can be a source of many little commits.
1 comments
ericb
2020 days ago
Tests are fiddly to get working and could expose problems! Maybe in a new commit and PR later?
link
root_axis
2020 days ago
Plus tests are so slow to run, booooooring. How can you get anything done if you're staring at red text all day?
link
onorton
2020 days ago
They're not fiddly if you do assertion-free testing
link