kiishor / UML-State-Machine-in-C

A minimalist UML State machine framework for finite state machine and hierarchical state machine in C
MIT License
166 stars 46 forks source link

Please give credit to the original source #37

Closed quantum-leaps closed 2 years ago

quantum-leaps commented 2 years ago

I'm really glad to see yet another state machine implementation in C. The only issue is that this work is clearly based on the book "Practical UML Statecharts in C/C++" (either the first or second edition.) For example, the problem description, the terminology, the toaster-oven example, etc. It is all fine to use someone else's work, but if you do, please give credit to the original source.

kiishor commented 2 years ago

Hi Miro, I'm really happy to see your comment on my project. I learned state machine concept from your book. It also inspired me to write this simple and minimalist state machine framework in C.

Initially I created this framework for the learning and personal use. This is my first open source project. Also I never expected anybody will notice this framework (or find it useful) as there are already many implementations of state machines in C.

I apologize that I missed to give credit in the first place.

Regards, Nandkishor

kiishor commented 2 years ago

Hi Miro,

I would be really glad if you could provide your feedback on this framework.

Thanks, Nandkishor

quantum-leaps commented 2 years ago

Thank you for adding the reference to the "Practical UML Statecharts" book. This complies with the basic etiquette of using related work and closes the issue. I wish you the best of luck with your framework! --Miro