4 lines
279 B
Plaintext
4 lines
279 B
Plaintext
![]() |
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
|
||
|
Unused and useless imports should not occur if that is the case.
|
||
|
Leaving them in reduces the code's readability, since their presence can be confusing.
|