Jose Gomez

548
reputation
4
13

Working hard at Evinex making better solutions for businesses. Metal hard rocker, tech lover, KISS coder and enthusiastic geek. Trying to help and return all the support received here through years of learning.

int coffee = 0;
String kiss = "Keep it simple and stupid";

while(!jobDone){
  coffee++;
  applyPrinciple(kiss);
  workharder();
  if(fail){
    tryAgain();
  }
}

Beer myBeer = new Beer();
helpOthers();
enjoy();