Java Helper Library
Java Helper Library is a project I’ve been working on for a little bit. I found while I was coding up at work, school, and on personal projects that there are tons of methods I use consistently, so I made a class called Helper which contained a bunch of static versions of those methods. This class got really big and it was hard to maintain the right version in different projects so eventually I created a new project called “JavaHelper.”
In an effort to spread this out and maybe get some help on the project, I finally figured out git (with the help of Stack Overflow and some awesome people) and added my git repository on github.com. You can follow the project and download the latest version of the project here: https://github.com/kentcdodds/Java-Helper
Let me know what you think and I’m always open to suggestions!









