Plurrrr

Wed 16 Feb 2022

Towards Cleaner Code — A Practical Example

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 writing code.

Source: Towards Cleaner Code — A Practical Example, an article by Eliran Turgeman.