3 comments
> Software engineering is what happens to programming when you add time and other people.
The book Software Engineering at Google goes into this (all factors of programming at scale / over time), worth a read.
Then a new term is warranted for what happens to programming when we add prompts & agents.
An amazing distillation of the craft.
I recently learned that Russ also wrote software for The On-Line Encyclopedia of Integer Sequences (<a href="https://oeis.org" rel="nofollow">https://oeis.org</a>) and is the president of the OEIS Foundation.
Russ also has a great blog, with the most recent entry on fast floating-point printing and parsing. I believe these performance improvements have landed in the latest version of Go.
<a href="https://research.swtch.com/fp" rel="nofollow">https://research.swtch.com/fp</a>