Skip to main content

Masturbation 

When a man or woman touches themselves on their fun parts to create an amazing sensation similar to sex.
If masturbation were in the olympics, I'd win the gold medal.

masturbanished 

Similar to being sexiled, except the reason you can't get into your rooom is that your roomie is enjoying some single player entertainment.
Matt: Hey let's go play Scrabble in your room.
Jill: My room's on the other side of campus. Can't we just use yours?
Matt: Well, when I walked in to get the board, William was under the covers with a box of tissues on the bed. Which is to say I think he's busy.
Jill: And were totally using my room.

----

Amy: Why didn't you guys just play in Matt's room?
Jill: Um, his roommate was busy.
Matt: We got masturbanished.

political masturbation 

1. slang. Term used to describe any political process that serves only as a distraction from more important matters.
The Senate's ongoing debate over the Flag Burning Amendment is a great example of political masturbation.

Off the grid masturbation 

Solo masturbation that occurs without use of the internet, computers/devices, or television. Such as with magazines, imagination, memories, paper photos etc.
I engaged in some off the grid masturbation when the power went out.

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);

masturbatology 

I have a degree in masturbatology. It's a hands-on degree.