Closed manneohrstrom closed 1 year ago
I have done a big pass on the code and here are my summary notes:
I have tried to maintain a high level perspective, particularly trying to consider "best practice" for official tk apps. (I do have quite a few questions about the code itself on a detailed level, but I have tried to maintain a high level perspective here to keep things somewhat organized).
@QtCore.Slot
decorator is non-standard and not found anywhere else in the official toolkit apps. Why is this neeed? In a KISS world, I would ideally like to see these decorators removed unless they serve a specific purpose.Comments around code reuse
Thanks Manne, some quick answers to your questions:
Code Review from a Toolkit best practices standpoint. This review takes a high level perspective.