#301568* (?/53) ⚐Flag I look at the code in front of me, and I am once again reminded of a story.
-Pull up a chair, grab a cup of coco, and enjoy:
OK, so I learned how to write code on an Apple IIe when I was but a pup. I thought I was the warmest turd in the pot after that. I made a cool little text only X-Men fighting game, and passed it out to anyone with a 5 1/4 drive and a little spare time. For the next ten or so years, I took a (well earned) sabbatical from my programming exploits. Then, after becoming fully settled in in my familial unit and establishing myself as an integral pillar of society (*cough cough), I decided that I would change the world by once again utilizing my GOD-GIVEN talents as a programmer, and learn JAVA.
So, basic JAVA class was a joke. A couple of the geeks in the class (present company excluded) even joked about the relevancy of the material being taught — after all, we were all in college now, not elementary! Then, as sequences go, I took the second tier class. The second tier class introduced a concept that was new and stunning (to me) — Object Oriented Programming…
That was the precice moment in which I came to the stunning revalation — that I was retarded.
Apearantly, as I was typing away is blissfull ignorarance on my accursed Apple IIe (running at a blinding speed of 1.023 MHz) there was a group of dissedents that were experimenting with concepts such as encapsulation, classes, and methods… These rebellious scamps were utilizing the devil box, and playing with modified versions of C programming!
Appearantly, C programming lent itself to hundreds of programmers to modify, and create amazing pieces of code. So now people all over the world switched to Object Orientented Programming just because it’s better?!?
Well I have something to say to them:
10 INPUT “What is your name sir or ma’am?: “; U$
20 PRINT U$; “is a waste of space. ”
30 GOTO 20 |