Files
exercises-in-programming-style/zothers/34-the-c-flow/README.md
2019-08-11 08:54:20 -07:00

182 B

Style #34

Constraints:

  • No returns before the end of procedures or functions

  • No breaks or continues in iterations

Possible names:

  • The flow