Rock SOLID: using the SOLID principles to write code that stands the test of time
Most developers have at the very least heard of the SOLID principles. It's a common interview question and is one of the most famous programming acronyms along with KISS, DRY or ... RTFM. Despite this, very little developers can actually give an in-depth explanation of what each letter in the acronym stands for, and even less use it in their day-to-day.
This talk aims to bridge those two gaps. Throughout the talk I'll be aiming to make two main points: the first one is that the SOLID principles aren't as mystic as most developers think. The second one is that far from being abstract concepts these principles can be used whilst building software on a daily basis, allowing developers to unlock robust and scalable code that stands the test of time.
A tentative outline of the talk would be the following:
A breakdown of the different SOLID principles, illustrated with concrete examples, images and code snippets for every one of the letters.
Using examples to show how FAKE production code can be improved by using these principles and highlighting the benefits of using these principles in production. For obvious reasons, I can't share Decathlon code but I'll give concrete examples about the principles and how to improve real life code.
I'll end the presentation by opening and broadening the topic of SOLID code to other approaches to making code even stronger, more maintainable and scalable: function programming. This is just a conclusion and broadening of the talk and only features for thirty seconds.
Emma GAUBERT -PARIS-
My name is Emma GAUBERT and I'm 27 years old.
I started my career off doing Marketing before growing bored of my job and quitting to pursue my dream: to become a Software Engineer. I spent 9 months learning how to code at a bootcamp before doing a year long apprenticeship at a cyber-security scale up working on an iOS SDK.
After that, I decided I wanted to join a project where I could grow my skills next to awesome colleagues and make valuable contributions. I then found Decathlon where I currently work on the Engage Squad of the Shopping App. I'm passionate about Server Side Swift and have several projects under my belt.
I'm always eager and curious to discover new things in the fascinating world of Software Engineering and share them with my colleagues.