You need to sign in or sign up before continuing.
Scan barcode
A review by duesenklipper
Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
3.0
Many good points in this book. Unfortunately, almost all of them are overdone. Yes, you should write short functions, if possible. Yes, you should have functions that do one thing.
But no, "one thing" does not mean you should tear an algorithm apart into twenty little funclets that make no sense on their own.
Basically, like another reviewer wrote, the first part of the book raises many good points, and the second part of the book then merrily applies these points way beyond their usefulness. Read the book, but keep your brains turned on and be alert.
But no, "one thing" does not mean you should tear an algorithm apart into twenty little funclets that make no sense on their own.
Basically, like another reviewer wrote, the first part of the book raises many good points, and the second part of the book then merrily applies these points way beyond their usefulness. Read the book, but keep your brains turned on and be alert.