Engineering topic: Less is more
I had a desktop wallpaper a while ago with a single quote, it read:
As a software developer, you are your own worst enemy. The sooner you realize that, the better off you'll be.
As developers, every line of code that we write increases the const of maintaining the project that the code is in. It doesn't matter how clean the code is, how well written it is, how much thought was put into it ahead of time or if it has been refactered: All code carries a debt that can only be paid in time.
The theme of this week's engineering essay: Use the least amount of code possible.