Rezultati pretraživanja
  1. prije 30 minuta

    Master programmers think of systems as stories to be told rather than programs to be written. They use the facilities of their chosen programming language to construct a much richer and more expressive language that can be used to tell that story. -Robert C. Martin

  2. Writing working code that doesn’t block future code is a non-trivial skillset. It takes years to master. Clean Architecture by Robert C Martin

  3. prije 8 sati

    is not about positioning your curly braces or the amount of whitespace. It's about how you lay out the structure and syntax of your logic. Simplified, distilled logic flow that is easy to read and understand is clean.

  4. prije 8 sati

    Don't use comments, Code should speak for itself. Fewer comments = less maintenance.

  5. Question is also aimed at my JS friends - basically, if you've read (I have some Uncle Bob videos in queue for a starting point, but most of my education/experience has been OOP so far - , , )

    Prikaži ovu nit
  6. prije 13 sati

    Yesterday we had a great meetup of Clean Code Alliance at Taboola with Tal Doron and Rivka Altshuler Itzik Saban

  7. prije 13 sati
    Odgovor korisniku/ci

    all of it. always.

  8. prije 21 sat
  9. “Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” Brian Kernighan

  10. 4. velj
    Prikaži ovu nit
  11. 4. velj
    Prikaži ovu nit
  12. Comments begin to lie as the code around them changes.

  13. 4. velj
  14. Any comment that forces you to look into another module for the meaning of that comment has failed to communicate to you and its not worth the bit it consumes.

  15. 3. velj

    Going through a massive refactor is like Marie Kondo'ing a codebase. I can't explain how good it feels to delete code; I might like it better than writing code.

  16. 3. velj

    distinguish names in such a way that the reader knows what the differences offer.

  17. 3. velj

    While is horsepower, is mule power :)

  18. Don't comment bad code , rewrite it.

  19. 2. velj

    Good software designs accommodate change without huge investments and rework.

  20. 2. velj

Čini se da učitavanje traje već neko vrijeme.

Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.