September 3, 2009 by Josh Nunn
Quickie:
- Last class was useless, as I forgot my USB with my current work on it so I couldn’t actually use the time to keep working on my assignment.
- I got the assignment written and handed up, but I wasn’t happy with it. I have the control stuff sorted (if, while), but not the OO-ness of Java.
- The assignment code felt bulky and wrong, and I need to split it into separate classes/methods, but just cant figure it out.
- My text still hasn’t arrived and I’m using the 2002 version. It’s out of date and the exercises are absolutely brimming over with wrongability
- There is something weird about fully understanding every example you attempt to write, and knowing exactly what the lecturer is talking about, and reading all the chapters you are supposed to, and still finding that the assignment you have to submit in a week is beyond what you know you know. It feels like the assignment was stuck into the flow of the course prematurely.
That is all. If you are a Javahackercoder and you are reading this, and you can spare a bit of your time to help explain a few things to me about making decisions about which parts of my code to create objects/methods from, I’d be eternally grateful.
Tags: assignment, class, code, java, oo, tafe
Categories: Coding •
View Comments
August 27, 2009 by Josh Nunn
So I have neglectfully not blogged since my update during class last week. All week I was thinking I had already. When my mum said she’d read my site and hoped class would get better for me I realised the impression I had left you with was still that I had no idea what was going on, and it was all over my head.
Thankfully that is not the case! Last week I discovered that I’m right on track, I’m keeping pace with my class, and I’m thoroughly enjoying myself. Working through some problems on Monday and Tuesday night was a blast, and I’m really enjoying what I’m learning. That said I hit a roadblock when the final problem asked me to create a sort of menu system for creating and updating the details of housing units. In class last week we covered if statements, and this week loops, so I don’t feel at all bad about leaving the problem till this week, as I’m pretty sure the best way to handle the menus is with loops.
On the other hand, I’m not certain the best way to structure things. I could whack the whole code into the main method, and play it like a batch file, or I could fumble about a bit and try breaking the code into classes/methods and seeing how that goes. One way I know will work, the other is the right way… So I’ve put it off for homework this week and hopefully I’ll get enough into my head tonight to help push me the right way.
So no code examples this week. I suppose I could chuck something in here, but they’re all getting mighty long (and who’s reading it really?), even to do the simplest tasks.
Thank you everyone who’s been commenting and answering my silly questions. It’s all really helpful, and makes me feel like I’m becoming a part of the programming community!
Tags: class, code, fun, java, tafe, thanks
Categories: Coding •
View Comments