akalongman / sublimetext-stringutilities

Sublime Text 2/3 plugin for string manipulations
MIT License
83 stars 24 forks source link

Very minor fix: changes some methods to camelCase for style consistency #33

Closed jfsawin closed 7 years ago

jfsawin commented 7 years ago

Some methods in stringutilities.py were underscored, while some were camelCased, and so I made all methods camelCase for code style consistency.

akalongman commented 7 years ago

@jfsawin after changes did you test all of methods?

jfsawin commented 7 years ago

I tripled-checked all the replacements I did to make sure they didn't change the program logic, but yes, I've also just manually confirmed that all the modified methods still work as before.