dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Comments - Loop: Program.gameMenu #35

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Each Loop should have a Single-Line Comment before the Do-While, While, For, or ForEach describing the purpose of the Loop.

The Do-While should have an additional Single-Line Comment describing what is being checked in the While Expression for it to continue; any other evaluation would necessitate a "break".

dramire83 commented 1 year ago

Have created better Comment lines before all loops to better explain the purpose for each logic block of execution.