this post was submitted on 06 Dec 2023
44 points (97.8% liked)

Greentext

4266 readers
1654 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
[–] seth@lemmy.world 2 points 10 months ago (1 children)

That would be object oriented programming. They took the subject occidented antigramming approach to development.

[–] Rodeo@lemmy.ca 2 points 10 months ago (1 children)

subject occidented antigramming

I knew there was a cool technical term for what I've been doing all these years.

[–] sugar_in_your_tea@sh.itjust.works 2 points 10 months ago

I've never heard of that phrase, but I like abject oriented programming. In this case, they're using the concept of inheritance, but with assets:

Inheritance is a way to retain features of old code in newer code. The programmer derives from an existing function or block of code by making a copy of the code, then making changes to the copy. The derived code is often specialized by adding features not implemented in the original. In this way the old code is retained but the new code inherits from it.