Code review comment for lp:~udt-contributors/mago/class-constants

Revision history for this message
Eitan Isaacson (eeejay) wrote :

This looks great. I like the idea.
One thing: You don't need to use __class__ to access class fields.
Instead of self.__class__.WINDOW, you could simply use self.WINDOW.

« Back to merge proposal