× {{alert.msg}} Never ask again
Receive New Tutorials
GET IT FREE

Staying On Top Of Your Technical Debt

– {{showDate(postTime)}}
Jon McCartie is a technical manager and Ruby on Rails expert mentor who has written & managed 20+ Ruby on Rails and Sinatra applications.  

A Cautionary Tale

Jon McCartie Ruby on Rails technical managerJon McCartie, Ruby on Rails expert mentor

“Alright, folks. We need to build this thing in 3 months. We’ve got a hard deadline to meet. If you need to hire a contractor or two, do it. But the deadline can’t move.”

It was the beginning of a new project — a rewrite of an existing app. We had to get to parity, and our timeline was short. The addition of a few contractors helped, but if you know anything about the Mythical Man Month, you know it’s not a silver bullet.

As the deadline loomed, you could feel the pressure rise. I knew I couldn’t add more contractors to take on more work — ramping them up at this point would only slow me down. And the deadline was fixed. So the next logical “lever to pull” was in code quality. I began to cut corners. I left “TODO’s” all over the app, I avoided spending time refactoring, and I certainly didn’t write any tests. I knocked out the feature and moved on.

Most times this story can culminate with someone telling you how everything went fine until just before launch. But things actually went just fine. We showed off the app to the stakeholders, everyone cheers, and we launched. And oddly enough, things were ok … for the first week. Then the bugs started rolling in. I couldn’t keep up. And now the lack of tests made me scared to change anything. Would I break an existing feature? The TODO’s littered throughout the app drove me crazy. Who wrote this crappy code? Oh. I did.

Even large chunks of code that I personally wrote were confusing. No refactorings led to spaghetti code and spaghetti code means spending hours untangling the mess before making any forward momentum. I had hit the deadline, but had crippled our ability to move beyond the launch date. I had won the battle, but lost the war.

Small Things: Big Difference

Here are a few “small things” that can unknowingly create major problems:

  • “We can write tests for it later.”
  • “I know it looks complicated, but I don’t have time to refactor it.”
  • “The build fails sometimes, but it passes most of the time. Let’s just move on.”

Cut some corners, rush some code out the door, don’t write any tests. It’ll catch up to you sooner than you think. Cutting corners creates bugs. Those bugs? They’re going to turn up late at night or over the weekend. They’ll push out your deadlines. And now you’re rushed. So you write more bad (and probably un-tested) code on top of your already bad code. And the vicious cycle repeats itself.

A few easy ways to avoid all this technical debt:

  • Work small. Smaller tasks lead to faster iterations and increases your ability to course-correct with more frequency.
  • Work clean. Use SOLID principles in your code. Simply learning and implementing “single responsibility” has made a huge difference in the quality of my code.
  • Keep Master green. Use a CI server like Jenkins or TDDium to ensure that you’re test suite stays clean. Don’t EVER let your master branch stay broken. You’ll regret it.

Some technical debt is simply unavoidable, but it’s up to you to constantly be paying it off. If you don’t stay on top of it, it’ll overrun you. Stay fast and agile and always be refactoring.


Jon McCartie

Book an 1-on-1 session with Jon McCartie to learn more about other best practices!

View Jon’s Profile

or join us as an expert mentor!

Google



Author
Jon McCartie
Jon McCartie
Rails developer with tons of quality experience
I'm currently working at Heroku as the manager of Technical Support. I spend my day helping customers with their Rails troubles and love helping people get back on track. Prior to this role, I was...
Hire the Author

Questions about this tutorial?  Get Live 1:1 help from Ruby on Rails experts!
Ijeoma Arisah
Ijeoma Arisah
5.0
Ruby on Rails Developer
I am a dedicated Ruby on Rails developer who thrives on challenges and is not afraid of getting her hands dirty in code. I want to do my part in...
Hire this Expert
Mark Nyon
Mark Nyon
5.0
Full Stack Developer | Tech Lead
_Full-Stack Web Application Developer & SaaS/PaaS Product Architect with engineering leadership over distributed, remote, offshore, and onsite...
Hire this Expert
comments powered by Disqus