Stories
Slash Boxes
Comments

SoylentNews is people

This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Wednesday June 06 2018, @12:43AM

    by Anonymous Coward on Wednesday June 06 2018, @12:43AM (#689089)

    Ugh, what a complete lack of proper flow control.

    while PayCheck.clears():
            X = Client.last_request()
            Y = Client.actual_needs()
            Developer.program(Y)
            Z = Client.last_request()
            assert X != Y != Z