Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take a look at using a Finite State Machine instead #10

Open
jawache opened this issue Jan 8, 2019 · 0 comments
Open

Take a look at using a Finite State Machine instead #10

jawache opened this issue Jan 8, 2019 · 0 comments
Assignees

Comments

@jawache
Copy link
Collaborator

jawache commented Jan 8, 2019

This logic is well thought out! However as you can see it gets complex, very very quickly.

Maybe take a look at a finite state machine, it's a great skill to learn in computing and it's the perfect algorithm to use here!

https://www.smashingmagazine.com/2018/01/rise-state-machines/

def chatBox():

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants