clean-code icon indicating copy to clipboard operation
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

  1. Nomi significativi
  2. Funzioni
  3. Commenti
  4. Formattazione
  5. Oggetti e strutture
  6. Gestione degli errori
  7. Delimitazioni
  8. Unit test
  9. Classi
  10. Sistemi
  11. Simple Design
  12. Avvertenze ed euristiche

Esempi

  1. PrimeGenerator
  2. PrimePrinter
  3. Args
  4. ComparisonCompactor