dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Code - Excessive Loop Usage #20

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Refer #12

You have way too many While loops inside of your Do-While. Loops overly used will increase your resource utilization due to their compiled design.

When you complete your application of the Separation of Concerns Design, a lot of the excess While loops should disappear. But I am marking this in the event you are not able to complete the Abstractive Process.

dramire83 commented 1 year ago

I have redesigned my program through the use of refactoring with the Separation of Concerns to decrease clutter. Have executed refactoring over all methods/functions and created a better streamline Object-oriented design.