Skip to content

Code refactor  #15

Description

@ExpressHermes

The current code is very messy and harder to understand. Refactoring it as well as adding a pylint file will increase the readability of the code.

Some of the changes that can be done:

  • Fix Django static files (currently we are using internal CSS and also have the same settings in the static directory
  • Use template inheritance( we have base.html file in Django templates but we are not using it)
  • Add docstrings and comments to the Django files(views, models, URLs, etc.) [Fixed in Code refactor #19]
  • Use proper style guides(Google style guide) for files to maintain readability of the code [Fixed in Code refactor #19]

These are all the improvements that I have found till now, I will update the list as I find out more.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions