Pittsburgh Scala Meetup: code walk through tic-tac-toe with Play
Dec 5, 2013 · 1 minute read · CommentsScalaPlayWebPittsburghM*Modal
The Pittsburgh Scala Meetup met again with Josh walking through his code for an interactive Web tic-tac-toe program implemented with Play.
It was a good session. I’m finding that studying code (with the code’s author present) is a great way to learn, to discuss design decisions and alternate possible choices that could have been made. For example, when it comes to actors, there are decisions to be made about how many actors, what state they should contain, and how to transition.