Quote:
Originally Posted by Tekkno
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!