Book Image

Understanding Software

By : Max Kanat-Alexander
Book Image

Understanding Software

By: Max Kanat-Alexander

Overview of this book

In Understanding Software, Max Kanat-Alexander, Technical Lead for Code Health at Google, shows you how to bring simplicity back to computer programming. Max explains to you why programmers suck, and how to suck less as a programmer. There’s just too much complex stuff in the world. Complex stuff can’t be used, and it breaks too easily. Complexity is stupid. Simplicity is smart. Understanding Software covers many areas of programming, from how to write simple code to profound insights into programming, and then how to suck less at what you do! You'll discover the problems with software complexity, the root of its causes, and how to use simplicity to create great software. You'll examine debugging like you've never done before, and how to get a handle on being happy while working in teams. Max brings a selection of carefully crafted essays, thoughts, and advice about working and succeeding in the software industry, from his legendary blog Code Simplicity. Max has crafted forty-three essays which have the power to help you avoid complexity and embrace simplicity, so you can be a happier and more successful developer. Max's technical knowledge, insight, and kindness, has earned him code guru status, and his ideas will inspire you and help refresh your approach to the challenges of being a developer.
Table of Contents (50 chapters)
Understanding Software
Credits
About the Author
www.PacktPub.com
Customer Feedback
Foreword
2
The Engineer Attitude
3
The Singular Secret of the Rockstar Programmer
4
Software Design, in Two Sentences
5
Clues to Complexity
6
Ways To Create Complexity: Break Your API
7
When Is Backwards-Compatibility Not Worth It?
8
Complexity is a Prison
10
The Accuracy of Future Predictions
11
Simplicity and Strictness
12
Two is Too Many
14
What is a Bug?
24
What is a Computer?
25
The Components of Software: Structure, Action, and Results
27
Software as Knowledge
30
Simplicity and Security
34
How We Figured Out What Sucked
36
Why Programmers Suck
38
Developer Hubris
39
"Consistency" Does Not Mean "Uniformity"
42
Success Comes from Execution, Not Innovation
Index

The Wrong Way


Imagine that you were building this all by yourself, and that you had to make the bars yourself out of raw metal. Here's the wrong way to build it:

  1. Make one tall lead bar, and lay it flat on the ground in your workshop:

  2. Cut a hole through the tall bar, and measure that hole.

  3. Make a new bar that will fit through that hole:

  4. Put that new bar through the hole and weld them together permanently:

  5. Cut two holes in the horizontal bar, measure them, and make two new lead bars that will fit in those individual holes:

  6. Insert the two bars into the horizontal bar, and weld them together permanently:

  7. With a forklift, put this into a truck to move it to the location where it's supposed to be. (It's too heavy to move by yourself.)

  8. With a pulley, make the construction stand upright and put it into the ground.

  9. Discover that it won't stay up by itself, but if you put some blocks next to it as an emergency solution, it doesn't fall over:

  10. Three days later, watch the structure fall over and break because...