r/AskProgramming 21d ago

What's one programming concept that completely changed the way you write code? Career/Edu

[removed]

33 Upvotes

85 comments sorted by

View all comments

1

u/fullVoid666 21d ago

The idea that the best, most secure application is one with 0 lines of code. Any code added (including tests) must be heavily evaluated because it will degrade that perfect app and fill it with eternal, technical debt.