this post was submitted on 07 Mar 2024
489 points (93.9% liked)

Programmer Humor

19187 readers
1149 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] 1 points 6 months ago (1 children)

if you can use a dictionary, play a card game like Uno, poker, gofish, cheat etc, use an index in an encyclopedia, Google, Wikipedia, and you can do high school algebra you can grasp the basics of coding.

Object Orientated Programming / classes / objects / inheritance is kinda like a card game

All Hearts are a type of card, all Kings are a type of card, a straight is a way of arranging cards, four of a kind is a way of arranging cards. That's about as complicated as OOP needs to get for a beginner.

[โ€“] [email protected] 5 points 6 months ago

Understanding and producing are very different things.