Skip to content

feat: add AggregateCommits use case - #71

Merged
mikededo merged 1 commit into
mainfrom
feat/aggregate-commits
Dec 11, 2022
Merged

feat: add AggregateCommits use case#71
mikededo merged 1 commit into
mainfrom
feat/aggregate-commits

Conversation

@sdomingobasora

Copy link
Copy Markdown
Collaborator

This use case is very similar to #47.

The suggested changes for #47 by reviewers were applied here as well.

@sdomingobasora sdomingobasora added type: feat New feature or request status: code review PR ready to be reviewed labels Dec 10, 2022
@sdomingobasora sdomingobasora added this to the 2 - MVP milestone Dec 10, 2022
@sdomingobasora
sdomingobasora requested a review from a team December 10, 2022 17:53
@sdomingobasora sdomingobasora self-assigned this Dec 10, 2022
Comment on lines +7 to +9
private int numCommits;
private int linesAdded;
private int linesRemoved;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we use primitives or classes for numbers and so on?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's keep them as primitives as in the Commit we have primitive types for additions and deletions. Afterwards we can open an issue and homogenize criteria in all places of the code if we find it better.

@mikededo mikededo added status: deploy PR ready to be deployed and removed status: code review PR ready to be reviewed labels Dec 11, 2022
@mikededo
mikededo requested a review from a team December 11, 2022 10:28
@mikededo
mikededo merged commit 132ee82 into main Dec 11, 2022
@mikededo
mikededo deleted the feat/aggregate-commits branch December 11, 2022 16:45
@mikededo mikededo added status: done PR/Issue completed and removed status: deploy PR ready to be deployed labels Dec 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: done PR/Issue completed type: feat New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants