fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

refactor: split out modules for separate concerns

Open wpbonelli opened this issue 1 year ago • 0 comments
trafficstars

  • organize the codebase into modules
  • use absolute instead of relative imports
  • no need for classes to inherit from object
  • use consistent camel case for class names
  • remove imports from __future__ from test script (not needed)
  • run black and isort on python files (responsible for LOC increase)
  • add .DS_Store to .gitignore
  • miscellaneous tidying

This should not introduce any functional changes — see passing tests on my fork

todo: tests to pytest

wpbonelli avatar Mar 10 '24 02:03 wpbonelli