Code is run more than read

The phrase “code is read more than written” is a common understanding among programmers, emphasizing the importance of creating code that is easy to read and maintain. This principle can be extended beyond coding to identify problems and make decisions. It is crucial to prioritize the user’s experience over the convenience of the developer or the quality of the code. Running code in production requires simplifying the system and understanding its failure modes. Business considerations should also be taken into account, such as budget limitations and the need to generate revenue. In some cases, developers must focus on what benefits the organization rather than what pleases the user. Various dysfunctions in software development can be mapped to this model. It is important for developers to take an ethical stand and not harm users, while also considering the economic realities of the industry.

https://olano.dev/2023-11-30-code-is-run-more-than-read/

To top