en
Robert Martin

The Robert C. Martin Clean Code Collection (Collection)

Obavijesti me kada knjiga bude uvrštena
Da biste čitali ovu knjigu u Bookmate učitajte datoteku EPUB ili FB2. Kako mogu učitati knjigu?
Ova knjiga je trenutno nedostupna
848 tiskanih stranica
Jeste li već pročitali? Kakvo je vaše mišljenje?
👍👎

Dojmovi

  • Vlad Nikitiukje podijelio/la dojamprije 5 godina
    👍Vrijedna čitanja
    🔮Složena
    💡Poučna
    🎯Zdrav

Citati

  • b4777467766je citiralaprekjučer
    nowadays HN and other forms of type encoding are simply impediments. They make it harder to change the name or type of a variable, function, or class. They make it harder to read the code. And they create the possibility that the encoding system will mislead the reader.

    PhoneNumber phoneString;
    // name not changed when type changed!
  • b4777467766je citiralaprekjučer
    length of a name should correspond to the size of its scope [N5]. If a variable or constant might be seen or used in multiple places in a body of code, it is imperative to give it a search-friendly name.
  • b4777467766je citiralaprekjučer
    Likewise, the name e is a poor choice for any variable for which a programmer might need to search. It is the most common letter in the English language and likely to show up in every passage of text in every program. In this regard, longer names trump shorter names, and any searchable name trumps a constant in code.

Na policama za knjige

fb2epub
Povucite i ispustite datoteke (ne više od 5 odjednom)