Code review comment for lp:~therp-nl/banking-addons/ba7.0-MIG-import

Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

I'm really not fond of "import *" in production code, especially if, as in here, there several such imports in the same module.
I suggest:

* either importing explicitely the symbols you are using
* of importing just the module (maybe with the "as" keyword to perform an on the fly aliasing) and using a qualified access

Question: what do the "AB" comments stand for?

review: Needs Fixing (code review, no test)

« Back to merge proposal