-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
After seeing this and REPEATEDLY mentioning it to people for like 50 times in the past 5 years:
Devs must learn to properly name their classes, maybe split them accordingly and not put everything in a Helper or UserUtil!
Examples for mitigation:
- If a class just contains constants -> Name it
XYConstants - If a class does formatting ->
XYFormatter - ...
It's not that hard!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request