Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Nick Alexeevâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #286910 |
You could read [Effective Modern C++ by Scott Meyers](https://www.goodreads.com/book/show/22800553-effective-modern-c). (more) |
— | about 2 years ago |
Edit | Post #286530 |
Post edited: |
— | over 2 years ago |
Edit | Post #286530 | Initial revision | — | over 2 years ago |
Answer | — |
A: A state machine in Python I think you've got an architectural error. A state machine (SM) determines it's own actions based on it's state and the messages it may receive. The calling code may send messages (information) to a SM. But the calling code shouldn't send actions (imperative commands) to a SM. A SM should be ab... (more) |
— | over 2 years ago |