CSCI-GA-2820-FA24-003 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Best Practices for Code Quality and Documentation #13

Open niveditashankaranarayanan opened 3 weeks ago

niveditashankaranarayanan commented 3 weeks ago

As a developer, I need to implement best practices for the codebase, So that the project maintains high code quality, readability, and maintainability.

Details and Assumptions:

Acceptance Criteria


Given a well-maintained codebase,
When the code is reviewed,
Then it should meet the PEP8 standards, contain proper documentation and comments, have clear and standardized error messages, and include logging.

Given a developer or new contributor,
When they read the README file,
Then they should understand how to set up, test, and use the application based on the provided documentation.
niveditashankaranarayanan commented 2 weeks ago

As per the professor's suggestion, instead of closing the story, I’ve updated the title, so that we can utilize it in the future if we need to create new stories.