Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Matthias Simon

Matthias Simon

Matthias Simon has asked 1 questions and find answers to 2 problems.

Stats

51
EtPoint
14
Vote count
1
questions
2
answers

About

while ((topic = findTopics()) != null) {
 if (isFutureProof(topic) && isInteresting(topic)) {
  workOn(topic);
 }
}