-
Notifications
You must be signed in to change notification settings - Fork 189
#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
base: master
Are you sure you want to change the base?
Conversation
task/01-strings-tasks.js
Outdated
|
||
rec += '\n'; | ||
} |
There was a problem hiding this comment.
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
task/03-date-tasks.js
Outdated
timeSpanToString: timeSpanToString, | ||
angleBetweenClockHands: angleBetweenClockHands | ||
parseDataFromRfc2822: parseDataFromRfc2822, | ||
parseDataFromIso8601: parseDataFromIso8601, |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 =)
Task 1-4
https://travis-ci.org/github/marioti95/js-assignments