Files
exercises-in-programming-style/21-the-flow/README.md
2013-09-25 20:47:50 -07:00

15 lines
182 B
Markdown

Style #21
==============================
Constraints:
- No returns before the end of procedures or functions
- No breaks or continues in iterations
Possible names:
- The flow