3 must-watch talks on Legacy Code

Struggling with Legacy Code and not enough time to clean it up?
⛑️️ My First Aid Kit can help you rescue any codebase quickly and safely!

First of all, I received an interesting question this week:

Just wondering, what is the story behind the name: The Legacy of SoCraTes? And also the last word’s capitalization?

If you were wondering the same, I’m happy to solve the mystery for you now 😉

SoCraTes stands for Software Craft and Testing. The pun is intended. It’s a series of (un)conferences where people regroup to discuss software dev best practices.

The story behind “The Legacy of SoCraTes” edition is that I felt it was hard to find good talks on the topic of Legacy Code.

In March 2020, I was wrapping up the “SoCraTes Canada” conference, just before lockdown started in Canada (and around the world). Because the pandemic made the next IRL SoCraTes event very uncertain (spoiler: there was no edition in 2021). I decided to do something remotely. I reached out to Adrian Bolboaca, who also wanted to do something about Legacy Code, and we crafted “The Legacy of SoCraTes” from that.

The Legacy of SoCraTes is a remote conference. It’s probably more like a meetup, actually. The event is free. I find 4-5 diverse speakers to share their expertise on a topic that touches Legacy Code and voilà!

As of today, we had 8 editions. We will probably do the next one in March 2022. Since you are following my updates, you will know about it before anyone else 😉

In the meantime, you can watch all previous editions on the YouTube channel.

My top 3 🏆

As of December 2021, we have recorded 37 talks on the channel. That is overwhelming.

If you are not looking for a topic in particular but would like to learn useful things to work with Legacy Code, I’ve selected 3 talks for you!

“Design patterns for modernizing legacy codebases” by Matthias Noback

Matthias Noback is one of my favorite sources of knowledge. His book Advanced Web Application Architecture is tremendously useful when working on the web.

I really like how Matthias approaches architecture from existing code. More often than not, I have to work with an imperfect, existing codebase. Having tools and techniques to refactor such a system is gold!

This talk is a sneak peek of the book. Discover a few design patterns that can really help you refactor existing code:

“Rewriting Legacy Code” by Anna Filina

Anna Filina is an absolute expert in Legacy Code. I’ve had the pleasure to meet her at different conferences. She’s an important source of inspiration for me.

In this talk, she raises the question: did you ever have to maintain a 15-year-old application? Dead code and tables everywhere, static methods, database queries in between HTML tags, and some pages still in PHP3 🙀

Anna leads you through a progressive rewrite from a very old legacy to the latest shiny version of PHP. She covers a bunch of useful topics such as:

  • How to automate legacy testing
  • How to seamlessly jump between the old and new parts
  • How to overcome other challenges that arise from dealing with legacy

“How to Read Complex Code” by Dr Felienne Hermans

Dr. Felienne Hermans is the author of The Programmer’s Brain. She focuses on how your brain works, especially when working with unfamiliar code.

How to read code more efficiently? How to understand complex code? How to be more effective and empathic?

Felienne gives some insights in her talk. I really like how you can experiment it yourself with her little experiment.

Let’s dive into Long-Term Memory, Short-Term Memory, and other brain concepts:

If you never watched some of these talks, I recommend you schedule some time in your calendar to do so (~30min should do for each talk).

Of course, there is more! Many more that I didn’t pick here, but which are great too, such as Jim’s talk on Hexagonal Architecture, Emily explaining Approval Testing, Adrianna presenting how Shopify refactors very large codebases, etc.

To many more 🍻

Nicolas Carlo

Written by Nicolas Carlo who lives and works in Montreal, Canada 🍁
He founded the Software Crafters Montreal community which cares about building maintainable softwares.

Similar articles that will help you…

Use the Mikado Method to do safe changes in a complex codebase

When a codebase is large and complex, it's risky to big changes. Here's a structured way to approach the problem.

3 steps to add tests on existing code when you have short deadlines

Here's a recipe you can follow when you want to add tests on Legacy Code, but you don't have much time to do so.

The key points of Refactoring

This book is a catalog of the bread-and-butter moves that can improve your coding game. Let's see what makes it a reference for any professional developer.

The key points of Kill It with Fire

Let's rewrite the whole thing on a modern stack! Or should we? Marianne Bellotti offers a lot of wisdom in her book. Here are some examples…

← Find more tips to work with Legacy Code