this post was submitted on 18 Aug 2025
248 points (95.6% liked)
Programmer Humor
25805 readers
1739 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
So much of programming isn't about learning "programming", its about learning how to efficiently implement and deploy existing libraries to fulfill some complex function.
The actual bare bones of C# are something you probably could wrap your brain around inside a week or two of cramming. But simply knowing what encapsulation or inheritance is won't give you the savvy to know when it makes sense to build an interface or add a layer of abstraction. Just like knowing the basics of SQL won't tell you the best way to collect, store, query, sort, and process a particular complex data set.