100 Days of Code Day 60
Today’s exercise was Accumulate. We were supposed to run a function on each item in an enumerable returning an enumerable with the results. The trick was no LINQ function, write an extension method instead. It turns out that their syntax is old. It also turns out it was a one liner. I spent a lot more time reading up about what an extension method was than writing code.
I didn’t start anything new today. Instead I did some final changes to the Todo list. I think I will call it done for now. I still need to deploy but I think the raspberry pi I was looking at is just too wimpy.
- Every other row is gray-ish
- The items are now in rows not on cards
- Paging size is now 20
- Rearranged the edit/delete buttons and completed checkbox

I did get it running on my chromebook, so at least I can show it to family and friends that way.
