Skip to main content

object-oriented masturbation 

the stimulation or manipulation of one’s own ego by way of using object-oriented code in places where it has no advantage instead resulting in unnecessary complication and bloat.
Objective: Sum two numbers and print the result in the format “The answer is: X” where X is the sum of the two numbers:

Object-oriented masturbation solution:

function MathLib(){

this.answer = null;
}

MathLib.prototype.sum = function (x,y){

this.answer = x + y;
}

MathLib.prototype.getAnswer = function(){

return this.answer;
}

function Printer(){

this.preText = ”;
}

Printer.prototype.setPreText = function(str){

this.preText = str;
}

Printer.prototype.out = function (str){

document.write(this.preText + str);
}

// To run
var math = new MathLib();
var print = new Printer();
math.sum(1,1);
print.setPreText(‘The answer is: ‘);
print.out(math.answer);
object-oriented masturbation mug front
Get the object-oriented masturbation mug.
See more merch

object-oriented 

1. A type of programming, that allows users to program in modular pieces.

2. A type of sexual fetish, where the afflicted insists on using foriegn items found around the house in order to heighten sexual pleasure.
1. C++ is my favorite object-oriented programming language.

2. Ozkirbus is just too object-oriented in the orgies for anyone to feel safe and have a good time.
object-oriented by DjLowballer April 9, 2005

object-oriented programming 

The most overrated and overhyped programming paradigm on earth.

Frequently leads to over-engineering and is at the moment most commonly done using the Java programming language, which has a particularly shitty brand of object-orientation. Other popular object-oriented programming languages include C++ and C#.
Idiot: Man, that's such a hard project. Let's use object-oriented programming to make out life easier.
Rock-star programmer: You're fired.

object-oriented programming 

Object-oriented programming (OOP)is a computer programming model. Unlike procedural programming, object-oriented programming uses objects to organize code. This is done with objects, classes, methods and attributes.
This approach to programming is well-suited for programs that are large, complex and actively updated or maintained.
some examples of object-oriented programming languages are: Java, C#, C++

Sleepy juice 

Either liquid niquil or any liquid drink with melatonin, Ashwaganda or other sleeping aids in a liquid form. If warm tea helps you get to sleep that could be sleepy juice too.
I could not sleep so I chugged some sleepy juice and now I'm so tired and sleepy.
Sleepy juice by Mercbeamish February 7, 2024
Word of the Day on June 9, 2026

How bout dem knicks? 

A phrase referring twoard the New York Knicks.
Its usually said to break an unplesent moment of silence.
Guy 1: I think I may be gay.
Guy 2: ...
Guy 1: ...
Guy 2: How bout dem knicks?
How bout dem knicks? by Flame060 March 28, 2005
Word of the Day on June 8, 2026

Power Couple 

A relationship between two people who are equally as cool as each other. They are as individually awesome and fun to be around as they are when they are together.

Neither one depends on the other for their feelings of self worth- they know in their heart that they are just as valuable to the world as the other. Good looking, optimistic, and sparks a light in the world that people recognize that goes beyond a normal relationship.

In a power couple, if one person is flawed, the other person makes up for their weaknesses in strength. Together they are the epitome of what anyone would desire in a relationship. They encourage goodness in the world and make it a better place by being together.
I'm a fan of those two, they are such a power couple, the epitome of what anyone would want in a relationship.

I am envious of them because they are a power couple.
Power Couple by Pina28 May 23, 2012
Word of the Day on June 7, 2026