fetahokey

185
reputation
2
16

stop talking and start doing.

         while(true){
            if (idea.isTrue){
                startDoing();
            }else{
                stopTalking();
                searchNewIdea(this.mind);
            }
        //dont give up!
        }