Skip to content

#1-4Task. Dzmitry.ais #42

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

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

#1-4Task. Dzmitry.ais #42

wants to merge 7 commits into from

Conversation

marioti95
Copy link


rec += '\n';
}

Choose a reason for hiding this comment

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

Acceptable, but can be done easier with string.repeat

timeSpanToString: timeSpanToString,
angleBetweenClockHands: angleBetweenClockHands
parseDataFromRfc2822: parseDataFromRfc2822,
parseDataFromIso8601: parseDataFromIso8601,

Choose a reason for hiding this comment

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

the PR has a lot of redundant changes in styling, spaces, comments....
Please follow simple rules:

  • do not add any non logic changes to code if review is required
  • if the changes in styling are important - you can do it as separate PR with styling only changes to avoid noise in the main PR

Copy link
Author

Choose a reason for hiding this comment

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

Thank you for the review. Can it be problem with prettier plugin in VScode? Because i didn't change anything except deleting throw new Error and writing code.

Copy link

@IlyaMokin IlyaMokin Jul 1, 2020

Choose a reason for hiding this comment

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

Yes, I guess that autoformat of IDE, but you will be facing with that in future in your projects so that do change that you need to understand how to avoid it =)

@IlyaMokin IlyaMokin marked this pull request as draft July 2, 2020 11:10
marioti95 added 3 commits July 3, 2020 12:04
This reverts commit d4a82a1.
This reverts commit 6f68fe9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants