Closed Richardk2n closed 5 years ago
import * is bad practice and should be avoided for multiple reasons (readability, performance). It is frequently used here (widgets and windows)
Corrected by pull request #18
import * is bad practice and should be avoided for multiple reasons (readability, performance). It is frequently used here (widgets and windows)