Wording suggestions #5
Notifications
Due Date
No due date set.
Depends on
#3 Capitalisation is all over the place.
sirlilpanda/c_state_pattern
Reference: sirlilpanda/c_state_pattern#5
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have collated my thoughts on rewording your README/tutorial to improve flow. Feel free to pick and choose what you think fits. For brevity's sake, I've assumed that you've already dealt with issue #3.
the state pattern is a pattern that aims to get rid of the mess that a state machine causes within your code. So i propose a problem for you...-> The state pattern aims to improve the maintainability of state machines. As an example I pose the following problem...I am going to leave this as is for now as I've started to focus on the conceptual content (e.g. #4), but I would like to add to this as the article is iterated on.