-
List of optional Rails readings / tutorials. Ideas:
- http://rubykoans.com
- http://exercism.io/languages/ruby
- http://www.codewars.com (need to find specific challenges)
- http://www.allitebooks.com…
-
## Description
Read the Rails Testing Guide and watch Sandi Metz Railsconf lecture as described [here](https://github.com/TIY-ATL-ROR-2015-Sep/lectures/blob/master/wk07-group-project/tue/questions.md…
-
Perhaps we can consider adding new tests where the user can complete several tests that have a much higher difficulty. For example:
1. Arrays -> Sorting algorithms
2. Strings -> Regex
-
The introductory text suggests that refactoring is just a means to spend some billable hours on a project. That paints a dangerously wrong picture to some people. Wouldn't it suffice to say that e.g. …
-
Hi, I want to implement `Element.prototype.getElement` and `Element.prototype.getElements`.
```
/session/:sessionId/element/:id/element
/session/:sessionId/element/:id/elements
```
But, this repogi…
-
Hi Jon,
I did a session on cyber dojo today with a small group (thanks for all the work you've put in to it); we got to talking about other fun variations we could do and some one mentioned the baby …
-
書いた => [テストできないコードをE2Eテストを使ってリファクタリングしよう | Web Scratch](http://efcl.info/2015/01/24/testium-e2e-refactoring/)
---
[coding-kata](https://github.com/coding-kata/)というorganizationを使ってE2Eテスト + リファクタリングとい…
-
At some point during the presentation at phpbnl14, you refactored (I think) this part: https://github.com/mathiasverraes/extract-till-you-drop/blob/master/src/School/GroupService.php#L35-L46
Into som…
-
I'm working on a small project called scalakata (https://github.com/MasseGuillaume/ScalaKata)
I added a feature where you can do tdd: http://www.scalakata.com/tdd/51edf985e4b0dcd4a063463c
is it poss…
-
This is how I approach learning very new things:
https://github.com/theotherzach/ruby-crash
I try to memorize exact steps and reproduce them in order to capture some micro-lessons. I think it's a di…