4th March, 2020 Output
What learning outcomes did you focus on today?
What did you learn?
TDD:
I tried to solidify my testing skills in ruby. I managed to use the context to structure my test. I group related tests.
Ruby syntax:
I also tried to exploit many ruby syntaxes like pred, succ, each_slice, transpose, step, to_a, etc.
What's something that surprised you today?
I also met a Rwandan that can write, read and understand English but cannot speak or hear English.
What's something that frustrated you today?
Refactoring. Immediately I started implementing a single responsibility pattern, all my tests started failing. The more I try to decouple them, the more I get confused.