learning Outcome - Mon 9th March, 2020
What's learning outcome did you focus on today? What did you learn?
Today I continued studying more on Object oriented programming in Ruby as well as TDD with Rspec. I learnt that it is better to test for behaviour and not implementation. I also practiced how to write a mock test suite in Rspec that simulates a cycle.
What's something that surprised you today?
I was surprised at how the behaviour of an implementation can be tested to simulate the real process.
What's something that frustrated you today?
It is still quite of a complexity for me to fully integrate TDD into my workflow.