27

PROCEDURAL PROGRAMMING
You write a list of instructions. The machine reads this list and runs your commands.

OOP PROGRAMMING
Quite similar to procedural programming but you group your functions via objects.

RANDOM PROGRAMMING
Learned of this new paradigm quite recently working with Blue Prism, which is essentially the program doing whatever it wants from crashing, freezing, returning wrong results, sometimes working properly, with no reason whatsoever other than the sheer malice of those beasts of burden who designed it in the first place. Mark my words, BP devs, you will be held accountable for your crimes against God and humanity.

Comments
Add Comment