-
Writing code was never the bottleneck in software engineering
In "Writing Code Was Never the Bottleneck", Pedro Tavares challenges a common assumption in the LLM age. I agree and add some thoughts based on my experience in software-development environments.
-
Colocate functionally-related code
My preference is to colocate code based on functional relation–what it does–and not domain relation–what it is.
-
Astro and release velocity
Astro is a great framework, but it's frequent updates are overwhelming
-
Measuring and cutting
Measuring twice, cut once is good advice for woodworking but maybe not for software engineering
-
Declarative code and cognitive load
Maxi Ferreira in Frontend At Scale on how declarative code can reduce cognitive load.
-
QA questions for everyone to ask
Everyone on the product team should ask verifying, discovery, and critical questions to ensure quality