Skip to content

finished#1911

Open
EvhenIvchenko wants to merge 3 commits intomate-academy:masterfrom
EvhenIvchenko:develop
Open

finished#1911
EvhenIvchenko wants to merge 3 commits intomate-academy:masterfrom
EvhenIvchenko:develop

Conversation

@EvhenIvchenko
Copy link
Copy Markdown

Copy link
Copy Markdown

@loralevitska loralevitska left a comment

Choose a reason for hiding this comment

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

Well done)

src/App.jsx Outdated
Comment on lines +7 to +25
<Sum
a={2}
b={3}
/>

<Sum
a={-5}
b={5}
/>

<Sum
a={10}
/>

<Sum
b={5}
/>

<Sum />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

if the number of characters allows you to write a string in one line, then it is better to do so in order not to increase the number of lines for easy reading of the code

Suggested change
<Sum
a={2}
b={3}
/>
<Sum
a={-5}
b={5}
/>
<Sum
a={10}
/>
<Sum
b={5}
/>
<Sum />
<Sum a={2} b={3} />
<Sum a={-5} b={5} />
<Sum a={10} />
<Sum b={5} />
<Sum />

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