Skip to content
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

#1-4Task.Dzmitry.ais #71

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
53def7b
async task
IlyaMokin Apr 3, 2016
702d9b5
async task description
IlyaMokin Apr 3, 2016
c47a9b6
async task, tests fixes
IlyaMokin Apr 3, 2016
5faf64b
Merge branch 'async_task'
IlyaMokin Sep 12, 2017
6ea5858
added a comment for async task
IlyaMokin Sep 12, 2017
dbb7799
new timeSpanToString test
Sep 14, 2017
b1392c0
additional getFactorial test
IlyaMokin Sep 16, 2017
c015aae
depthTraversalTree test, timeout increase
IlyaMokin Sep 16, 2017
40d6ba4
async additional test
IlyaMokin Sep 21, 2017
df9bce0
additional test for domino task
VadimSemenuk Sep 22, 2017
b2cef11
Merge pull request #17 from VadimSemenuk/master
IlyaMokin Sep 24, 2017
9c82b05
Merge branch 'parseDataFromRfc2822' into aisedu_master
IlyaMokin Sep 24, 2017
96f0d13
additional test to retry task
VadimSemenuk Sep 26, 2017
323599e
fix
VadimSemenuk Sep 26, 2017
db62c06
fix
VadimSemenuk Sep 26, 2017
c3b9e84
Merge pull request #22 from VadimSemenuk/retryTestFix
IlyaMokin Sep 26, 2017
b574239
retry test fix
VadimSemenuk Sep 26, 2017
43cf153
fix
VadimSemenuk Sep 26, 2017
a7aa45d
Merge pull request #23 from VadimSemenuk/retryTestFix
IlyaMokin Sep 27, 2017
fdc6982
Merge remote-tracking branch 'init/master'
IlyaMokin Jun 29, 2020
827e2c9
travis
IlyaMokin Jun 29, 2020
f50b1c5
Fix arguments ordering for assertions (#319)
alextrapper Jul 7, 2020
72d8251
Revert "Fix arguments ordering for assertions (#319)"
IlyaMokin Jul 8, 2020
73899bd
Fix arguments ordering for assertions (#369)
alextrapper Jul 15, 2020
8da290d
tests fixes and eslint
IlyaMokin Jul 15, 2020
102f0dc
readme updates
IlyaMokin Jul 15, 2020
03add6c
kata-10 eslint fix
IlyaMokin Jul 15, 2020
0820949
eslint fix
IlyaMokin Jul 15, 2020
70a32ac
number task, test fix
IlyaMokin Jul 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
travis
IlyaMokin committed Jun 29, 2020
commit 827e2c9097a1d272dc79952c8887309467f7940f
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Brest Rolling Scopes](http://brest.rollingscopes.com/images/logo_rs_text.svg)](http://brest.rollingscopes.com/)
#Brest Rolling Scopes School
## Javascript Assignments [![Build Status](https://travis-ci.org/rolling-scopes-school/js-assignments.svg?branch=master)](https://travis-ci.org/rolling-scopes-school/js-assignments)
## Javascript Assignments [![Build Status](https://travis-ci.org/AisBrestEDU/js-assignments.svg?branch=master)](https://travis-ci.org/AisBrestEDU/js-assignments)

Yet another javascript assignments. There are a lot of interactive javascript resources for beginners, but most of them are online and do not cover the modern programming workflow. There are some excellent training resources on github (https://github.com/rmurphey/js-assessment, https://github.com/mrdavidlaing/javascript-koans, https://github.com/vasanthk/js-bits etc) but they are not exactly simulate the everyday programming process. So the motivation of this project is to show TDD process in the wild to the beginners. Assingment tests are implemented in various ways to feel a difference and gain the experience what manner is good, what is bad and what is ugly.