Comment by ck425
Best Software Engineering advice I ever heard was at a conference talk by a guy called Dan North: "Think of code like surgery".
Basically Surgery is a means to an end (patient gets better) and a useful tool for achieving that but it's also dangerous so only used when necessary. If other treatments can fix the problem you try them first. If surgery is required you only do the minimum required to treat the issue.
Code is similar. More code means more maintenance, more tech debt, slower deliverables in future and higher risk of dependencies no one understands. So when coding ask "Can I fix this without code?" because if yes it's often easier in the long run and "What's the bare minimum/simplest code I need to write to fix the issue?".
That's a really interesting metaphor. I worked with Dan years ago.
It seems like the talk was at CraftCon 15 and called "Beyond Features: rethinking agile software delivery with Dan North".
I couldn't find it, but I found a similar talk he gave at a meetup that discussed surgery: https://youtu.be/EoJFWdhv8q0?feature=shared&t=1564 or https://www.youtube.com/watch?v=lz5HBtDl-1A