18

it's not always about good code. sometimes all they need is a program that "works" asap !

Comments
  • 4
    All the time*
  • 0
    function codeWorks(){
    return True;
    }

    //important algorithm for xyz...
    if (codeWorks()){
    //algorithm finished
    }
  • 1
    All anyone ever cares about is you being their MVP MVP...

    Most Valuable Person in Minimum Viable Products. 😧
  • 0
    @Ashkin sad but true
Add Comment