amuradyan / SuperHotWinXRoyal777

1 stars 2 forks source link

We need to organize the files #29

Open amuradyan opened 2 years ago

amuradyan commented 2 years ago

Our files and folders lack structure since it's hard to come up with one when you're just starting. We, now, have a working piece of machinery: we can generate sequences of elements with custom probabilities. Some abstractions were abandoned and some were born during this process, and the domain has a bit more shape.

Chalyan commented 2 years ago

I have 2 questions: 1) How are we gonna bring our files to a more structured form /what did you mean by saying lack/? 2) It is hard to connect the sentence Some abstractions were abandoned and some were born during this process, and the domain has a bit more shape. with this issue. Can you explain, please?

amuradyan commented 2 years ago

How are we gonna bring our files to a more structured form /what did you mean by saying lack/?

Our files are now laid flat: they all are in the model folder. Since folders are also packages in Java, our domain model is flat as well. I'd like to see if there is a better arrangement of the files and structure for the model.

It is hard to connect the sentence Some abstractions were abandoned and some were born during this process, and the domain has a bit more shape. with this issue. Can you explain, please?

Disc, Element, and Probability are a few of our domain models. You may remember that there was a Roller, that is now gone. The abstractions that live longer, contribute to the domain structure more. In the begging, I did not know which ones would win. Now that is more apparent.

Does this answer your questions?

Chalyan commented 2 years ago

Alright, thanks for explaining. It is more understandable now.