tomlurge / converTor

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

make package names lowercase #1

Closed iwakeh closed 8 years ago

iwakeh commented 8 years ago

remove CamelCase from package names.

rat10 commented 8 years ago

Thanks for the hint! Will do.

rat10 commented 8 years ago

done :)

iwakeh commented 8 years ago

Package name is changed, thanks. Just one more convention to follow: it might be useful to also change the source path names to lowercase, i.e., src/converTor to src/convertor.

tomlurge commented 8 years ago

did that too, thanks!

iwakeh commented 8 years ago

Thanks! Is it committed to github? At least I couldn't see the change in the code overview: https://github.com/tomlurge/converTor/commit/ee2200f5fc7c556797ad869eb46c59599c3dc016

tomlurge commented 8 years ago

Aha. That's strange. I committed it 2 weeks ago. It is changed in my code, the IDE shows it correctly, the folder is named correctly but my Git-client does, like GitHub, still show the camelCased name. Right now I'm cluesless...

tomlurge commented 8 years ago

Okay, brute forced Git into recognizing the CaseChange.