Skip to content
  • Nicolas Gattolin's avatar
    [creditmutuel] Improve style and readability · 72c03f5d
    Nicolas Gattolin authored and Romain Bignon's avatar Romain Bignon committed
    - 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
    72c03f5d