this post was submitted on 21 Aug 2023
1021 points (98.1% liked)

Programmer Humor

19147 readers
1206 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 56 points 1 year ago (4 children)

Tbf, "learned a language" is a hard thing to pin down in any case.

I've been building enterprise software with python for almost a decade now. I still occasionally find stuff in the stdlibs that I didn't know about, or even sometimes some subtle feature of the language that I never had reason to explore until now.

If someone asks me if I "learned" python, id say hell yeah - but there's always still plenty to learn

That being said, no reasonable definition of learned includes what you could do in 2 days, even as an experienced dev lol

[–] [email protected] 16 points 1 year ago (1 children)

Exactly. I’m 20 years in and I’m still like “I had no idea this was a feature… cool!”

[–] [email protected] 20 points 1 year ago (1 children)

"cool": that sinking feeling that there's so much you could go back and optimize, but that you probably will never have the time to...

[–] [email protected] 12 points 1 year ago

Yeah… stuff from last week too 🙃

[–] [email protected] 7 points 1 year ago (1 children)

It' basically the Dunning-Krugger curve - you're well enough into the last part of it so you are well aware of how much there is to learn about it and how you will never know all of it, thus you don't have and never will have the same kind of cocksure belief that "I know this shit" as somebody who knows just a bit but not yet enough to understand how much there is to know.

It's all perfectly normal, IMHO.

[–] [email protected] 2 points 1 year ago (1 children)

The more you learn the less you know.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

More precisely, the more you learn the more you are aware of all you have yet to learn.

You do know more after you've learned something, but that also includes the realisation it's but a drop in an ocean of things still tomlearn.