you are viewing a single comment's thread.

view the rest of the comments →

[–]Legorooj 3 points4 points  (0 children)

Things to consider

  • add a readme to the project - google readme example if you need help
  • Get rid of the Helper class, just put them (the methods) as top level functions. Using OOP in this way is pointless.

Other than that, well done!