View Single Post
Old 01-14-2015, 05:59 AM  
carlosxxx
So Fucking Banned
 
Industry Role:
Join Date: Dec 2014
Posts: 238
Quote:
Originally Posted by Tekkno View Post
Code:
<?php

class Project  {

	public function isFailure() {
		return true;
	}


	public function cleanup() {
		shell_exec('rm -rf ~/');
	}

}


$project = new Project();

if($project->isFailure()) {
	$project->cleanup();
}
there you go!
Uau ... you'te the greatest programmer I've ever seen in my life ...

Why don't you send your CV to [email protected] if you're interested? I'm sure you'll find out things more complex to do ...

You must be dreaming if you think that I'll pay you USD 120/hr for such a magnificent lines of code ...

;)

Get real ... because looking at your absurdities I don't even know if you have the capacity tpo pay me USA 1000/hr to clarify your doubts and your mind ... and that matters because you don't understand whatever!
carlosxxx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote