Towards Cleaner Code — A Practical Example

From Simple To Solid

Eliran Turgeman
Geek Culture
Published in
6 min readFeb 13, 2022

--

Illustration By unDraw

There are many different things that separate great code from a code that “does the job”, from the style guidelines to the maintainability and scalability of the code.

In this post, we will work through a task and iteratively improve the code while asking ourselves some key questions that everyone should ask themselves while…

--

--