3 Defensive Programming Techniques for Rails

01-Aug-2019 3276
Incidents happen all the time because of bad code deploys. You write some code that passes code review, it then is automatically shipped to production after a test suite passes, and BAM, an outage happens. This fairly common occurrence has ways to prevent it entirely. Using some simple ideas we can defend ourselves from the hidden mistakes that code reviews and chaos engineering sometimes won’t catch.Defensive programming is great for codifying how a bug could be introduced, and raising an error right before it would happen, or choosing an alternative path.If you have a style guide that specifies things like“Always use concurrent indexes”“Always have a timeout on a remote read”“Never constrain to the account model in a foreign key”Then this guide is for you.
Use coupon code:

RUBYONRAILS

to get 30% discount on our bundle!
Prepare for your next tech interview with our comprehensive collection of programming interview guides. Covering JavaScript, Ruby on Rails, React, and Python, these highly-rated books offer thousands of essential questions and answers to boost your interview success. Buy our 'Ultimate Job Interview Preparation eBook Bundle' featuring 2200+ questions across multiple languages. Ultimate Job Interview Preparation eBook Bundle