-
Notifications
You must be signed in to change notification settings - Fork 691
Open
Labels
for: team-attentionAn issue we need to discuss as a team to make progressAn issue we need to discuss as a team to make progresstype: taskA general taskA general task
Description
A number of production classes and test classes alike import all the members of a class using a star import or static star import.
Star imports do not improve the readability of a class, and often times introduces ambiguity (confusion) when more than one class shares a similar API (e.g. by name).
Metadata
Metadata
Assignees
Labels
for: team-attentionAn issue we need to discuss as a team to make progressAn issue we need to discuss as a team to make progresstype: taskA general taskA general task