Bad Design

Question for all the devs out there,
Is the number and description of imports a good indicator of how bad your design
is?

Someone should do a survey, but here is the thought, the more the number of
functions you pack into a class, the more the number of imports. However,
I imagine it’s not the only indicator but it maybe one of the best indicators!