Remix.run Logo
asdfman123 3 days ago

I'm not even talking about that. I'd love to pound out code like I'm my late 30s the rest of my life.

In fact, it would probably be better than that. I'd be as quick as I was in my 20s but have the experience and knowledge of someone much older.

flatline 3 days ago | parent | next [-]

I definitely hit my coding peak somewhere in my late 30s. I don’t know how much slower I actually am, vs how much less I care. For one, I care to not write code that I’m not going to use. I spend way more time planning, talking about, and mulling over the thing I want to build, and I generally get it right the first time. Maybe part of the lesson of experience is not being in such a rush. Second, I’ve written so much code that I just don’t care as much about that activity as I used to. When I’m properly motivated to do something I still feel quick and energetic. I’m learning ASL with my girlfriend and she’s frustrated that I move faster than her, at some 13 years her senior. Maybe it will catch up to me eventually.

sigmonsays 3 days ago | parent | next [-]

These statements really ring home when i'm thinking about my 20s and coding.

Back then, i'd dive right in, start coding, prove what works, figure it out as I go, then have to adapt the existing code to the figured out design. I was much more attached to that code and didn't want to lose it. Today, if I write code, I plan it out, have a good idea of how the pieces will work and then go implement it. And honestly, if the code gets thrown away, it's not the end of the world.

Code is really a small portion of what engineers do...

asdfman123 3 days ago | parent | prev [-]

Chess players peak in their late 30s too.

anonymars 3 days ago | parent | prev | next [-]

Alas, perhaps those are inherent trade-offs, with experience also serving as baggage. After all, how would you code a lookup table that can grow indefinitely with no slowdown?

aaronblohowiak 3 days ago | parent [-]

Pruning

agumonkey 3 days ago | parent | prev [-]

more and more i realize that intelligence is a memory-bound process