Skip to content
Commit 72c03f5d authored by Nicolas Gattolin's avatar Nicolas Gattolin Committed by Romain Bignon
Browse files

[creditmutuel] Improve style and readability

- reformat imports, long lines
- add r flag for regexes, remove u flag when default is unicode
- improve iterator-related code (replace lists with generators where
useful, use next() to get first value, use attrgetter as key func)
- segregate navigation code from logic (page.go in individual
statements)
- avoid builtin name shadowing to avoid potential subtle errors
- add comments on smelly code
parent 0629a117
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment