by Chocolate Booty Man December 17, 2011
Get the oriental tug mug.The illiterate way to say "oriented." While technically a word, you sound like a moron when you say it.
by workinglate February 8, 2007
Get the orientated mug.Related Words
by steveysham January 20, 2011
Get the Murder on the Orient Express mug.by lexicali slim September 15, 2009
Get the orienteer mug.The act of inserting grains of rice into a Chinese male's urethra, then ejaculating him so that his semen has a rice pudding-like consistency.
Mr. Wong was open to various types of sadomasochism, but oriental rice torture had always frightened him.
by ADizzleDonkey June 1, 2009
Get the Oriental Rice Torture mug.by sgrey November 22, 2011
Get the Orientationism mug.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 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);
by a304681 March 7, 2010
Get the object-oriented masturbation mug.