Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Jose Gomez

Jose Gomez

Jose Gomez has asked 0 questions and find answers to 2 problems.

Stats

54
EtPoint
18
Vote count
0
questions
2
answers

About

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();