ou end up with type names like controller.UserController where you’re duplicating your package name in your type‘s name.
Standard Package Layout
Ben Johnson
28225
Actually any linter will throw a warning about that kind of thing, reminding you that `controller` is your namespace so you don’t need to add that extra `Controller` at the end of your type/method/whatever.