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