5th March, 2020 Output
What learning outcomes did you focus on today? What did you learn?
I learned how to call my own file at bin/console in ruby.
I also made use of the IRB in ruby to interact with ruby through my terminal which cleared my doubt with some of the new syntax I just discovered.
What's something that surprised you today?
How much work I need to put into OOP to have a better understanding.
What's something that frustrated you today?
Single responsibility pattern. My knowledge gap in OOP is slowing me down as i try to separate concerns in my application.