room-15/ChatSE

Remove fully qualified package names

Closed this issue · 4 comments

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.

Waiting on #55 and #60 before I start on this.

@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.

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

Can this be closed @AdamMc331?