(no title)
throwaway092323 | 1 year ago
For me personally, there isn't much difference between the Chef's Hat and the Teacher's Hat; the way I make code presentable is the same as how I make it self-documenting. I can tell I did a good job if the person reading my code feels smart.
ludston|1 year ago
Code can be aesthetic and yet hard to understand or ugly but obvious.
mmcdermott|1 year ago
You can see this dichotomy in Scheme. Versions <= 5 were teaching first, everything else second. Versions 6+ tried to do both.