this post was submitted on 05 Feb 2025
347 points (97.3% liked)

Greentext

4975 readers
1569 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

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

I don't think you can memorize how code works enough to explain it and not learn codding.

[–] [email protected] 2 points 3 hours ago

I'm pretty sure chatgpt just tells you how it works, so they probably just memorized what it said.

[–] [email protected] 6 points 6 hours ago (1 children)

You'd think that, but I believe you are underestimating people's ability to mindlessly memorize stuff without learning it.

[–] SoftestSapphic 3 points 4 hours ago* (last edited 4 hours ago)

It's what we're trained to do throughout our education system.

I have a hard time getting mad about it considering it's what we told them to do from a very young age.

[–] FlexibleToast 20 points 9 hours ago (2 children)

It's super easy to learn how algorithms and what not work without knowing the syntax of a language. I can tell you how a binary search tree works, but I have no clue how to code it in Java because I've never used Java.

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

And similarly, i could read code in a language I dont know, understand what it does and how it works even if I don't know the syntax well enough to write it myself

[–] FlexibleToast 1 points 3 hours ago

Yeah, exactly. At least any fairly modern language. I don't think I could just pick up assembly and read it without the class I took. Heck, I don't think I could read it anymore now that it's been several years since that class.

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

I mean same, but you can look to the official docs for like what a loop or queue looks like

[–] FlexibleToast 1 points 3 hours ago

Not during a test. But maybe in those 20 hours they have.

[–] drmoose 12 points 9 hours ago (1 children)

I'm a full stack polyglot and tbh I couldn't program in some languages without reference docs / LLM even though I ship production code in those language all the time. Memorizing all of the function and method names and all of the syntax/design pattern stuff is pretty hard especially when it's not really needed in contemporary dev.

[–] [email protected] 9 points 8 hours ago

Yeah a doctor has to read up on a disease in a book when they encounter it. Completely normal

[–] [email protected] 1 points 8 hours ago

Exactly my thought