Best engineering practices: how to fix a bug? ↦
This is a great article that covers the 🐛 gamut:
- spotting bugs
- reporting bugs
- reproducing bugs
- fixing bugs
I love the “lifehack” snippets Nikita sprinkles in as well. Like this little gem right here:
Lifehack: sometimes you might want to submit a broken code to your branch so it will trigger a CI build. After the build, it will be saved in your project. And your colleagues will be able to link to this problem. Your next commit will have to solve the issue.
Discussion
Sign in or Join to comment or subscribe
Jerod Santo
Bennington, Nebraska
Jerod co-hosts The Changelog, crashes JS Party & takes out the trash (his old code) once in awhile.
2019-01-22T16:15:42Z ago
Allow me to shamelessly plug a couple JS Party episodes that I was reminded of while reading this post:
Learning from other people’s mistakes and experiences is where it’s at. 👌
Nikita Sobolev
Moscow, Russia
2019-01-22T16:56:00Z ago
@jerodsanto thanks, I have not heard them. Will fix that bug for sure!