learn-co-curriculum / putting-it-all-together-lab

Build out a full blackjack game with React and Flux!
Other
0 stars 3 forks source link

Not clear what `stay()` is doing #4

Closed aturkewi closed 1 year ago

aturkewi commented 7 years ago

The stay() function does a lot and it's not super clear from the readme what it's doing.

As it stands right now, the stay() function holds all the computer AI. It seems like it would be good to just make it clear that stay() kicks off the AI, and house that separately for clarity?

jjseymour commented 7 years ago

Yes, that is exactly what stay() is doing. I agree that we should re-word that in the ReadMe.