Clean code
  • Clean Code
  • Nomi significativi
  • Funzioni
  • Commenti
  • Formattazione
  • Oggetti e strutture
  • Gestione degli errori
  • Delimitazioni
  • Unit test
  • Classi
  • Sistemi
  • Simple Design
  • Avvertenze ed euristiche
  • Esempi
    • PrimeGenerator
    • PrimePrinter
    • Args
    • ComparisonCompactor
Powered by GitBook
On this page
  • Tabella dei contenuti
  • Esempi

Was this helpful?

Clean Code

NextNomi significativi

Last updated 5 years ago

Was this helpful?

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

Esempi

Nomi significativi
Funzioni
Commenti
Formattazione
Oggetti e strutture
Gestione degli errori
Delimitazioni
Unit test
Classi
Sistemi
Simple Design
Avvertenze ed euristiche
PrimeGenerator
PrimePrinter
Args
ComparisonCompactor