Remove fully qualified package names
Closed this issue · 4 comments
AdamMc331 commented
All over the codebase we have com.tristan.wiley.verbosity.Room. I think the code would be a lot more maintainable and readable if we got rid of those.
I will take this on as well.
AdamMc331 commented
@TristanWiley @Mauker1 In doing this I'm also finding a number of lint warnings that I'm fixing (things that can be private and so on).
One of them is around properties that are using snake_case and not camelCase which is something I want to fix, but I want to make sure you guys are okay with it.
TristanWiley commented
Yeah go ahead and fix. A lot of those things you're fixing were from when we did some refactoring and AS messed some things up. Feel free to change please <3
TristanWiley commented
Can this be closed @AdamMc331?