Thursday, September 11, 2014

Changes 9/11/14

Java:

  • Read a bit more of the book
  • Figured out how to set font size for IntelliJ (since I'm on a high DPI screen, everything was tiny)

Ruby:

  • Read Kevin's feedback on the parser mockup
  • Investigated race conditions (when the program freezes up or crashes due to two threads trying to modify the same thing at once)
  • Tomorrow I will try to replace the array I am using as a stack with something thread safe.
  • Interestingly, the built in ruby objects might be thread safe, as discussed here.

1 comment:

  1. Nice way to structure your journal, with parallel Java and Ruby sections to track the two projects you are working on.

    ReplyDelete