Skip to content

Public void setDenominator(int denominator)#21

Open
EmmanuelF-Ephec wants to merge 2 commits into
EphecLLN:testfrom
EmmanuelF-Ephec:master
Open

Public void setDenominator(int denominator)#21
EmmanuelF-Ephec wants to merge 2 commits into
EphecLLN:testfrom
EmmanuelF-Ephec:master

Conversation

@EmmanuelF-Ephec

Copy link
Copy Markdown

Implémentation du setter pour le dénominateur

HE201607 and others added 2 commits October 25, 2019 09:28
Implémentation du setter pour le dénominateur
Comment on lines +69 to +75
if (denominator == 0) {

}
else {
this.denominator = denominator;
this.reduce();
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Revoir le style du code (indentation, espaces, ...). La clause "if" n'est pas terrible!

@vvandenschrieck vvandenschrieck changed the base branch from master to test October 25, 2019 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants