Files
exercises-in-programming-style/34-the-c-flow
jmaccabe 71a73673ac Marking executable
Marking some of the new tests executable for the test suite.
2013-09-28 04:11:14 -04:00
..
2013-09-27 20:16:43 -07:00
2013-09-28 04:11:14 -04:00

Style #34

Constraints:

  • No returns before the end of procedures or functions

  • No breaks or continues in iterations

Possible names:

  • The flow