Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging #162

Merged
merged 5 commits into from
Mar 13, 2024
Merged

Staging #162

merged 5 commits into from
Mar 13, 2024

Conversation

mhamidjamil
Copy link
Owner

  • The implementation fulfills the desired requirement.
    Details The code does the intended while also ensuring that it does not cause side-effects or compromise the system performance and functionality.
  • The code does not add unnecessary complexity.
    Details The code is neither too simple and long (over-engineering) nor too short and complex for peers. With a complex code, devs are likely to introduce bugs when calling or modifying the code.
  • The code is style guide compliant.
    Details The style guide of project is followed e.g. linting, formatting, types, and other standards. Any style point differing from the guide should not be combined with other changes, as it makes it hard to see what is being changed.
  • The code follows agreed design principles.
    Details SOLID principles are used efficiently, making the code reusable and scalable.
  • The code is readable.
    Details The code is readable and comprehensive. Comments are clear, useful, and explain why instead of what.
  • The code has appropriate tests.
    Details Tests should be added, as appropriate, in the same changelist as the code. Tests should be correct, sensible, and useful.
  • Documentation has been updated.
    Details Devs should update associated documentation. If code is deleted or deprecated, then the documentation should also be deleted.

@mhamidjamil mhamidjamil added documentation Improvements or additions to documentation enhancement New feature or request new feature Add new feature labels Feb 12, 2024
@mhamidjamil mhamidjamil added this to the way to V2 milestone Feb 12, 2024
@mhamidjamil mhamidjamil self-assigned this Feb 12, 2024
@wasey-rao
Copy link
Collaborator

Resolve conflicts then ping me please.

@mhamidjamil
Copy link
Owner Author

Please have a look I have resolved conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request new feature Add new feature
Projects
Status: Done
2 participants