DEV Community

Discussion on: CASE STYLES IN PROGRAMMING !

Collapse
 
moaxcp profile image
John Mercier

I just recently had to deal with this when generating classes for x11-client. The guava library has a class called CaseFormat which can perform conversions between the different formats programatically.

I used it here.