mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-19 09:34:18 +01:00
## Purpose of this PR - Set rules for java naming, maybe we can add tests to automatically test rules in the future - For java methods, don't use underbar(IMO using camelcase for java methods seems to be the common convention) - If method names collide, append 0 at the back ## Reference https://github.com/tursodatabase/limbo/issues/615 Closes #645