Discussion about this post

User's avatar
Kim Gräsman's avatar

I have another tidying at the tip of my tongue, but I'm not really sure how it works. I think the key is Sequencing. Sometimes code is all intermingled because someone wanted to make it "efficient", and I find that if I ignore "efficiency" and order the code in a clear, sequential, chunked manner, it's easier to read and obvious inefficiencies stand out for better improvements. This probably sounds vague. I'll see if I can find an example.

Expand full comment
Stéphane Tavera's avatar

Hello Kent, as programmers we read a lot of code. We also read a lot of logs produced by these programs. The attention to the readability/consistency/correctness/… of these logs is often overlooked. Wouldn’t it be something worth tidying ?

Expand full comment
15 more comments...

No posts