this post was submitted on 21 Apr 2025
1185 points (99.5% liked)
Programmer Humor
22969 readers
956 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Every application kind of needs two modes: a default mode where the user is railroaded into making the right decision, and an "I'm not an idiot and will actually read the documentation before/after trying to make things work" mode. If you stick the toggle for the two modes somewhere that you'd only find by reading the documentation, people will automatically categorize themselves into the mode the ought to be in.
You actually need proper documentation, though. I've had to read source code to discover or figure out how to use cli flags way too many damn times. (I'm not a real programmer, I just work on infrastructure).
Oh yes you are a programmer!
I guess I shouldn't have switched from CS to IT when we got to recursion (I can read it, but I can't write it to save my life)
Thats totally fine for someone learning. Some really good coders i know still cannot explain complicated data structs or complicated topics. Nobody can "measure" you as a "real programmer" anymore, try as they might to replace us with LLM AI. You wrote code? You've been thru it? You've learned a good amount? You're a programmer.