How to write clean, clear, and maintainable code

How to write clean, clear, and maintainable code

Advanced Geekery

10 лет назад

4,508 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@ChrisAthanas
@ChrisAthanas - 03.06.2023 08:42

This is very good advice that amazingly few devs follow

This kind of stuff can’t be solved with a linter

One of the best tech leads I worked with said the code should look like a purposeful cathedral

It’s supposed to be beautiful and this alone will improve code quality

Ответить
@mario1ua
@mario1ua - 21.04.2018 18:40

Code should be self documenting. You can rely only on code, not on comment.
If several people work on the project and on of them changes the code and leaves the comment in place, this will only confuse.

Ответить
@kareemdasilva
@kareemdasilva - 13.03.2015 12:33

Thanks this really helped me out on maintaing my code!

Ответить