8730c8760f
Update the link of the Scrum Guide ( #31665 )
...
Updating the link of the Scrum Guide so it points to the "Sprint planning" paragraph
2019-01-14 18:54:41 -06:00
a53f4a35ea
Corrected Grammer and helped cite ( #27353 )
2019-01-14 18:31:25 -06:00
f0a09098aa
Update article ( #28179 )
...
- replace "you" with "they" to avoid switching from "they" to "you" back to "they"
- add common situation to give practical example
2019-01-14 18:29:02 -06:00
d138ab9d77
Fix spelling error ( #27810 )
...
Fix spelling of "specalities" to "specialties"
2019-01-14 18:27:45 -06:00
f3630a6d34
Fixed Grammer ( #27349 )
...
I used a better word for the sentence.
2019-01-14 18:23:47 -06:00
672e00b2f4
Update index.md ( #26604 )
2019-01-14 18:13:55 -06:00
0c785cb007
Spelling change ( #27802 )
...
Change "taks" to "tasks"
2019-01-14 18:11:51 -06:00
abc6da6423
Update spelling ( #29157 )
...
"Benefites" to "Benefits" on line 49
"prioritisation" to "prioritization" on line 53
"minimising" to "minimizing" on line 57
2019-01-14 18:10:51 -06:00
58a75a7a95
added some things to watch out for when doing BDD ( #26408 )
...
and a link to Dan North
2019-01-14 18:09:40 -06:00
0c30a34c44
Added images of nodes layout and resulting render ( #30428 )
2019-01-14 18:07:33 -06:00
23cb7b8043
fix(meta): remove leading spaces ( #31757 )
2019-01-15 00:18:16 +05:30
7e5e960be7
Update index.md ( #24545 )
...
Added an introduction to the structure of a Haskell function
2019-01-14 08:08:20 -07:00
b6e24d4e14
fix(client): add debounce time for a preview
2019-01-14 13:44:54 +00:00
7bfc733da6
fix(client): remove a dependency on the store from build challenges
2019-01-14 13:44:54 +00:00
02f3714735
fix: incorrect polyvinyl init name in history
2019-01-14 13:44:54 +00:00
d263ed4ed7
fix: use document from store context
2019-01-14 13:44:54 +00:00
b59c7cfed0
fix: remove state dependency from frame creation
2019-01-14 13:44:54 +00:00
66f14c8329
fix: throw on build errors
2019-01-14 13:44:54 +00:00
dcca74ab92
fix: use factory method to create worker executor
2019-01-14 13:44:54 +00:00
871eacacd6
fix: resolve circular dependencies
2019-01-14 13:44:54 +00:00
f902a2e83a
fix: refactoring build of pipeline
2019-01-14 13:44:54 +00:00
2168b61151
fix: unify build of challenges
2019-01-14 13:44:54 +00:00
2297881f91
fix: pass proxyLogger to params
2019-01-14 13:44:54 +00:00
63d0a2682f
fix: remove unused vars from the test execution scope
2019-01-14 13:44:54 +00:00
3654f2a971
fix(client): wait for a ready event in jQuery challenges
2019-01-14 13:44:54 +00:00
83ef4ebee1
fix(client): remove chai from a body
2019-01-14 13:44:54 +00:00
cc0b504224
fix(client): tune a worker executor
2019-01-14 13:44:54 +00:00
7df4d06056
fix(client): refactor a test runner
2019-01-14 13:44:54 +00:00
de7798c753
fix(client): use proxy logger in test worker
2019-01-14 13:44:54 +00:00
8d2c350b3f
fix(client): remove execute challenge epic
2019-01-14 13:44:54 +00:00
c43dfe1eb7
feat(client): execute backend challenge saga
2019-01-14 13:44:54 +00:00
6d7744646d
feat(client): extract common tests execution logic
2019-01-14 13:44:54 +00:00
0775766702
fix(client): log to console saga
2019-01-14 13:44:54 +00:00
a50a048ee7
feat(client): execute DOM challenge saga
2019-01-14 13:44:54 +00:00
a5735e1a98
feat: added a universal footer nav ( #34864 )
2019-01-14 18:58:00 +05:30
7629b67149
Add the paragraph 3 "advantage of blender" ( #33990 )
2019-01-13 17:59:10 -06:00
e30deb67e1
Capitalize "Effect" in the title ( #27401 )
2019-01-13 17:58:09 -06:00
02b99a72da
Fix typo ( #30046 )
2019-01-13 13:18:09 -07:00
17943e5102
Difference in module installation in python 2 & 3 ( #25407 )
2019-01-13 12:57:22 -07:00
98b73aaa67
Added link to F# tutorial ( #30877 )
2019-01-13 12:57:05 -07:00
7c22c80b43
Added period ( #30816 )
2019-01-13 09:49:10 -07:00
47ccf3bf11
Added link to F# tutorial ( #27727 )
2019-01-13 09:48:15 -07:00
56d75f9e07
fix: typo in homepage's image alt attribute (bro bono -> pro bono) ( #34683 )
2019-01-13 15:41:08 +05:30
e09d3719c1
Update README.md ( #34857 )
2019-01-13 16:29:14 +08:00
0ac55093cb
Update index.md ( #30853 )
...
Add the usage of Throw and Throws keywords
2019-01-12 10:20:35 -07:00
b44d80dd9a
Added example of an inputmismatchexception ( #28773 )
...
Added example of an inputmismatchexception for inputting an integer using the scanner.
2019-01-12 10:08:45 -07:00
badf7bb094
Fix syntax errors in Person.js example ( #32236 )
...
The state object was missing the closing curly brace and the button for growing older wasn't properly closed.
2019-01-12 09:38:19 -07:00
bcbf14a25e
Exception Handling ( #28722 )
...
Customized Exception Handling
2019-01-12 09:28:15 -07:00
848e5d8430
Add Exception types, Exception handling ( #25904 )
...
Add how exceptions are thrown, Add different exception types, Add an image for exception hierarchy, Add exception handling methods, Add exception throwing
2019-01-12 09:12:57 -07:00
ff14591fe3
grammatical adjustment on line 12 ( #28189 )
2019-01-12 09:12:30 -07:00