this post was submitted on 05 Feb 2025
313 points (97.6% liked)

Greentext

4979 readers
1001 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] 20 points 6 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] 14 points 4 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

[–] [email protected] 1 points 36 minutes 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 5 hours ago (1 children)

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

[–] [email protected] 1 points 36 minutes ago

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