seng499-company2 / algorithm1

MIT License
1 stars 1 forks source link

Decide on code styling and linter #6

Closed sfaigan closed 2 years ago

sfaigan commented 2 years ago

Description

As a developer I would like to have a style guide to follow so that I can be assured that me and my co-workers are producing quality code.

Possible solutions to look into:

Acceptance Criteria

Additional Resources

Add attachments, external links, etc here.

sfaigan commented 2 years ago

PEP8 and PyLint were chosen. Task in sprint 2 for implementing checks in CI/CD and documenting how to setup style guide in IDE.