#346 Clean up code
Closed 5 years ago Opened 5 years ago by clime.

Our code is a mess at some places. It would be good to go through all of it and fix spacing, unused imports, variable naming, comments, and whatever else that comes to mind that doesn't affect logic while making the code a tiny bit cleaner.


+1
cd frontend && pylint $(find coprs_frontend/coprs -name *.py)

similarly for backend

I'd prioritize the "pull-request CI" feature first. Once we have the CI, we can trivially setup automatic checks which won't allow us to introduce the same issues again.

  • remove all unneded six python module usages from the codebase

remove all unneded six python module usages from the codebase

From codebase that is python3 only.

This is a neverending task without a clear goal to achieve.

Metadata Update from @msuchy:
- Issue status updated to: Closed (was: Open)

5 years ago

This is a neverending task without a clear goal to achieve.

We haven't actually even started. It would be better to do some cleanup and only then close this issue.

Although i don't agree with closing this, I will keep it like this for now and revisit it when i actually get to the work on it.

Login to comment on this ticket.

Metadata