All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Beyond 'Code is Read More Than Written': Considering Runtime Performance in Software Development

By

facundo_olano

1mo ago· 7 min readenInsight

Summary

The article challenges the common programming wisdom that 'code is read more than written' by proposing an extension: 'code is run more than read.' It argues that while readability and maintainability are important, the ultimate purpose of code is execution, and developers should consider runtime performance and efficiency alongside readability. The piece suggests this perspective can be applied beyond programming as a decision-making framework for identifying problems and making trade-offs between different priorities.

Key quotes

· 3 pulled
Code is read more than written conveys that it's usually a good investment to make the code maintainable by keeping it simple, writing tests and documentation, etc.
Code is read more than written, code is run more than read.
I think this line of thought can be extended beyond code-writing, and used as a rule of thumb to identify problems and make decisions.
Snippet from the RSS feed
Code is read more than written, code is run more than read. I think this line of thought can be extended beyond code-writing, and used as a rule of thumb to identify problems and make decisions.

You might also wanna read