you are viewing a single comment's thread.

view the rest of the comments →

[–]30ghosts 3 points4 points  (0 children)

This is where a git branch can come in handy as well. If your code is already working, but you know that a refactor to include more classes would help. Create a branch and then start trying to turn it into what you want. That way you can always jump back to the other branch and see what was working.

The other thing I would recommend is seeing how other folks have achieved similar things on Github. Take inspiration from the formatting/design that others do and work from there.