Matthias Simon

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