Skip to content

Latest commit

History

History
12 lines (12 loc) 路 452 Bytes

2022-08-01.md

File metadata and controls

12 lines (12 loc) 路 452 Bytes
publish_date tags
2022-08-01
testing
  • Spicy take on why not to unit test
    • instead optimise CI to forward fix quickly
    • we should build out applications to fail gracefully so we can identify them quickly
    • unit tests slow down development
    • unit test prevent functionality
    • instead we should focus on build paths rather than block them
    • 100% code coverage is probably stupid