100 Days of Code Day 53
Today’s exercise was to compute a scrabble score. I put the different letter values in a Dictionary, someone else used a switch case. Mine was easier to map into a LINQ query but the switch/case is probably better overall.
Four more on the video series, I think I half way through. I now have a set of test cases for the functionality currently working.
