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

Matthias Simon

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

Stats

64
EtPoint
16
Vote count
1
questions
3
answers

About

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