Not a lot to report today
Every parent knows that a plan will likely not go the way you intended. Today was supposed to be a good study day with a pairing on data modeling. Stella put a stop to that by puking at school and going home to hang with me.
I did read up on lambdas and procs and the differences on those. I thought the "stabby lambda" syntax was pretty cool and I also loved the name. I learned that lambdas enforce the correct number of arguments, that they are closures (can access local variables within the same scope), you call them using #call, and you can pass a lambda function instead of a hash if you wanted to return different fake names each time it runs.
I also started watching a Ruby in 60 min video on Youtube that moves really fast. Luckily I can follow, but can't imagine someone that has never worked with Ruby trying to understand it.
Hoping for a more productive day on Sunday, since Saturdays are usually a bust for coding.


