friedrith / clean-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean code

The clean code method is a opinionated way to clean your code promoted by Robert C. Martin in the book Clean Code (Apple Book, Amazon).

This repo is just a list of examples illustrated with code and is not intended to be exhaustive.

Never consider the following rules are absolute. They are best practices to follow but the job of developers is to understand the context and constraints and estimate when it is useful to apply these rules and when it is better to break them.

Rules

About

License:MIT License