Hacker News new | ask | show | jobs
by notamy 550 days ago
> For the more Java proficient, can someone explain why it may have provided this code:

To me that reads like it was trying to accomplish something like

    int[] current;
    while((current = queue.pop()) != null) {