clean-code
clean-code copied to clipboard
This is just an excerpt from the concepts found in the book "Clean Code" by Robert C. Martin
Clean Code
Questo book ha lo scopo di riassumere in breve tutte le best practices presenti all'interno del libro "Clean Code" di Robert C. Martin (Uncle Bob). Di seguito sono presenti le sezioni per ogni tipo di argomento trattato all'interno del libro.
Tabella dei contenuti
- Nomi significativi
- Funzioni
- Commenti
- Formattazione
- Oggetti e strutture
- Gestione degli errori
- Delimitazioni
- Unit test
- Classi
- Sistemi
- Simple Design
- Avvertenze ed euristiche