6

Boolean isGoToDevRant = IsCompiling();

Comments
  • 4
    for us in the interpreted world -

    $isGoTodevRant = isSlacking();

    we dont get compile time free time :)
  • 2
    boolean IsCompiling() {
    return true;
    // TODO implement later
    }
Add Comment