Sunday, September 16, 2012

IT'S LIKE INCEPTION

This past week was spent learning about methods. With this "method" (excuse the pun), I'm getting to understand the way that Java is an object-based language. Being able to create objects and call them in other programs is a very useful way to organize code because it's like making a bunch of folders to put stuff into. At first though, I found it very complicated. When we got our first programming assignment on methods, I almost made myself scream with frustration trying to figure out how to write a method to put into a different method that I would call in my main. I stared at the screen for a while and then asked Mr. Stephens for help. It turned out that I was making things too complicated. Sometimes things are simpler than they seem...

2 comments: