rfaile313 / CrapsWithBettingSystem

An easy Python Craps game I created from scratch with pass line betting
MIT License
31 stars 16 forks source link

Better Control Flow #3

Closed rfaile313 closed 5 years ago

rfaile313 commented 6 years ago

The control flow for this program is not good. Purposely. How would you make it better? Does it even need to be in a class? Make a pull, mess around with it, and let's talk about it!

rfaile313 commented 6 years ago

@AidanFray Did an excellent job of Improving it thus far with the addition of @Static Methods and a better main loop. Could it be even better? Take a shot.

rfaile313 commented 5 years ago

Still looking for help on this :-)

NachoNav commented 5 years ago

Hey! I'm interested on this. Any suggestion or preference?

rfaile313 commented 5 years ago

Hey! Nice!

Not really. In my opinion it couldn't be worse than it already is. We can keep it in a Class but it probably doesn't need to be.

Let's look at:

I'd be happy to work with you as you improve it 😄. Take a stab at it, make a PR, and let's look!