dramire83 / CIS_285

CIS_285
0 stars 0 forks source link

Abstraction - Variable Co-Location #18

Closed jwood36 closed 1 year ago

jwood36 commented 1 year ago

Refer #13

After seeing your usage, you may want to review the purpose of the Variables and look at creating a Struct for certain variables.

Abstracting the Logic into Focused Concerns will isolate the variables into its Object but some variables I can see as being passed around (per say) and so may be beneficial to store it outside of any Object and pull those relevant values when needed.

dramire83 commented 1 year ago

I have created methods/functions that use variables passed by value to help alleviate the excessive use of certain variables and allow them to be used when they are needed.