Learning Journal | Encora Academy | Week 15
January 4 — January 11
Hello! 👋 This is my fifteenth-week takeaways being part of the Encora Academy program, a space to learn, practice, and grow. I’ll post every week, all about the topics I’ve learned during this adventure.
This week, was the first week of the Your Personal Branch Phase, I reviewed some Computer Science and Ruby concepts. These are my takeaways:
Inheritance vs Composition
Duck Typing
This concept, refers to a tendence (at least in ruby) of focus less in an object class and give more priority to its behavior, which methods has or what can be done with it.
The name, is because it is based on the Duck Test:
If it walks like a duck and quacks like a duck then, it is a duck.
Ruby Notes
See you next week!