Currently writing a plugin for Jira, definitely encountering this. Many of my classes that extend/implement a jira class/interface have at least 3 parents, sometimes more.
Another thing that bothers me which may be java specific is the verbosity, classes that are 5+ words like "AbstractEditConfigurationItemAction" are very common.
2 comments
[ 3.2 ms ] story [ 16.1 ms ] threadAnother thing that bothers me which may be java specific is the verbosity, classes that are 5+ words like "AbstractEditConfigurationItemAction" are very common.