Simple is not given. It takes constant work

That’s a quote from “Software development topics I’ve changed my mind on after 10 years in the industry,” a blog post by Chris Kiehl.

A lot of what he mentions in the post resonates with me, including:
• “Most programming should be done long before a single line of code is written.”
• “Engineering is mostly about communication.”
• “If I think something is easy, that’s a sure sign I don’t understand it.”

There’s also an active thread about the post over on Hacker News:
https://news.ycombinator.com/item?id=42946281

Enjoy!

6 Likes

I wonder what his thoughts’ll be at the 20 year mark :wink:

Edited to comment on: “ORMs are the devil in all languages and all implementations. Just write the damn SQL.”

If only some of my former colleagues would read that. I argued against introducing Entity Framework into our projects and flat refused to use it myself. My time to production was always way less than half of theirs.

1 Like

I think this may be one of my favorite quotes from the list:

“It’s very hard to beat decades of RDBMS research and improvements”

I have been saying this for a long time in various forms and ways.

1 Like