Thought Stream — week of 8 Feb 2021
The design phase of an application is a stressful time. Developers have to grapple with unknowns and make assumptions.
My take on how to think while designing the architecture of an application.
https://abhyrama.com/2021/02/10/lagom-just-about-right/
Two rules for commenting code: \1. When you are doing something unintuitive(going against the grain or following an anti-pattern). \2. When you make assumptions that are not apparent(but you know to be true).
@riferrei: Developers commenting their code
Omitting needless words(brevity) is a writing best practice. Sounds easy but tough to practice.
Every time I read an old post of mine, I find a couple of words that I could do without.