←back to thread

129 points surprisetalk | 2 comments | | HN request time: 0.621s | source
1. throwaway2037 ◴[] No.44454700[source]
This part really hits home. The first time I got to see a huge enterprise C project, I could not believe how simple the code was. Few to no tricks.

    > To be perfectly honest, as a teenager I never thought Max was all that great at programming. I thought his style was overly-simplistic. I thought he just didn't know any better. But 15 years on, I now see that the simplicity that I dismissed as naive was actually what made his code great.
replies(1): >>44460731 #
2. mrheosuper ◴[] No.44460731[source]
I saw the opposite in many Rust codebase. in some repoes I see some dev like to put every smartest trick in Rust book that makes me feel uncomfortable because it takes me a while to understand exactly what they are doing.