Wednesday, February 26, 2014

Bug Simulation

I worked on the Bug Simulation in Java a lot this last week. I was also sick. :( Logan came over and taught me a few critical things that made a huge difference in my ability to program it:

  • my understanding of how 'this' works
  • realizing that we were really dealing with POINTERS to arrays in Java
  • thinking of classes as INSTANCES of an object, not just a generic version of one

After these concepts settled in, programming from there was quick and painless!

No comments:

Post a Comment