There’s no way to enforce someone to use the fully-qualified name for a class in type signatures, so you should go with
TopicService
. And IDEs tend to move/suggest moving fully-qualified names to imports, anyway
👍 1
g
ghedeon
01/17/2020, 8:40 PM
you can disable wildcard grouping in IDE but overall it's just looking for troubles
d
Daniel
01/18/2020, 10:43 AM
Also don't disrecard the indexing property of TopicService. What I mean is you can easily search for "TopicService" in the class search .. but try to search
Service
and you will most likely have lots of faslse positives 🙂