Alessandro Rodi Profile picture
May 26 9 tweets 2 min read
Here are some golden rules regarding bugs 🐛🪲🐞 that I learned in my career with #rubyonrails 🧵
👉 There’s nothing you can do to avoid bugs. They will just happen at some point. They are an integral part of the developer job: from time to time, you will have to spend time to tackle bugs.
👉 Prevent as many as possible. Test your code! Do not write only unit test. Write end to end (aka system) tests. They are slow as hell, sure, but they will cover you so well! Your test suite is where you’ll discover most of the bugs.
👉 A lot of bugs happen because a “negative test” was not written. If you have two cases, and something should happen only in the first one, test that it happens in the first case, but also test that it does not happen in the second one.
👉 Make sure to have all the tools you need when a bug happens: logs, error trackers, performance monitoring, should all be there.
👉 When an error happens, you should be able to track it as fast as possible and have all the details you need: what parameters were used? On which page was the user? What is the stacktrace? Any session information?
👉 React fast. The customer will appreciate a fast reaction to bugs. Even better if it’s pro-active. Set up a monitoring over your error tracker and a process to tackle events as soon as they happen. Maybe a dedicated slot every day?
👉 Bugs should not be simply removed. They must be evicted. Write a regression test. Always. No matter how urgent the resolution is. There’s no “I’ll add it later” when it comes to bugs. A bug is first identified, then reproduced with a regression test, and finally fixed.
👉 For the customers: do not judge on the amount of bugs, but on how they get tackled. Always make sure to ask what was the problem, if it can happen in a similar situation, what has been done to solve it and, most important, what has been done to prevent it from happening again.

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Alessandro Rodi

Alessandro Rodi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(