TWIL November 7th 2025
- Don't run tests locally with dependencies you don't run in CI, then be surprised the tests only fail in CI
- Don't create projects with dependencies on so many external services it's possible to miss multiple cases of the above in a single test
- There are about a billion little details you need to think about on frontend; every possible combination of screen sizes you can imagine & some you can't
- It's possible to get 'overwhelms his senior with PRs' as something to improve on a performance review
I've mentioned this before and doubtless will again,...