jaylib icon indicating copy to clipboard operation
jaylib copied to clipboard

remove Jaylib class, create Helpers to replace it

Open electronstudio opened this issue 1 year ago • 1 comments

electronstudio avatar Sep 29 '24 19:09 electronstudio

good catch.

I can't find any precedent for using pascal case for static factory methods. Effective Java suggests calling them newVector2().

electronstudio avatar Oct 01 '24 16:10 electronstudio

If anyone has troubles converting, I suggest this command:

sed -i 's/Jaylib/Colors/g' $(find . -name '*.java')

glowiak avatar Nov 27 '24 19:11 glowiak