-
Notifications
You must be signed in to change notification settings - Fork 50
[zdict.py] code refactoring and test cases #47
Comments
I'm ok with this coding style. I used global vars for |
Thanks for comment. I will work on removing the global vars. |
@M157q global vars are really hard to remove.... The appear every where.. @wdv4758h suggests that we need to refactor the flow control of |
Avoid just pass args from ``zdict.py``, we list those flags explicitly.
@iblis17 I'm thinking about just leaving this issue for refactoring only. |
It seams that there is some global vars. Could we avoid this? or is it a necessary evil?
And, i want to introduce this coding style:
https://en.wikibooks.org/wiki/Computer_Programming/Coding_Style/Minimize_nesting
Please comment
I will keep updating the working list here:
main()
MetaInteractivePrompt
main()
zdict.py
args
(avoid just passargs
fromzdict.py
)DictBase.lookup
The text was updated successfully, but these errors were encountered: