@jeremydouglass as I said this is the first time I’m developing a Library for Processing. Since the Library is something that I’m creating from scratch it reflects the way I usually write code (and I am a self-taught programmer) so I was wondering if there are some kind of standards on naming variables or methods for example: if I got a a method that returns a random value how should I call it? getValueRandom, getRandomValue etc?
Probably I should just worry less, write my library, write a good documentation and just let the people use it and send suggestion on GitHub 