Add daily email for 2024-08-07
People read more code than they write
This commit is contained in:
parent
7aa2ab33c5
commit
099a4ec7ba
20
source/_daily_emails/2024-08-07.md
Normal file
20
source/_daily_emails/2024-08-07.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: People read more code than they write
|
||||
date: 2024-08-07
|
||||
permalink: daily/2024/08/07/people-read-more-code-than-they-write
|
||||
tags:
|
||||
- software-development
|
||||
- clean-code
|
||||
snippet: |
|
||||
People read more code than they write.
|
||||
---
|
||||
|
||||
Which do you do more?
|
||||
|
||||
Read code or write code?
|
||||
|
||||
If you include colleagues' code, logs and CI pipeline output, open-source software, books, courses, tutorials, examples, videos, live streams, meetup and conference talks and blog posts (just to think of some), you definitely read more code than you write.
|
||||
|
||||
Which is why it's important to [optimise for readability][0].
|
||||
|
||||
[0]: {{site.url}}/daily/2024/08/06/computers-dont-care
|
Loading…
Reference in a new issue