sashafierce wrote: » This post has been deleted.
AARRRGH wrote: » You need to stop thinking of programming in terms of code and start thinking of it in plain English. Don't think of any Java syntax at all until you have worked out on paper what you need to do. You then translate your solution into code by looking up the relevant code snippets in your book. Seriously, I am an above average progammer yet I hardly know any code or functions off by heart - I have to look up nearly everything in a book. What makes me good is I just break the problems down into simple plain English steps and then convert them into code.
Adyx wrote: » I can understand the OP's frustration. I'm currently doing a part-time IT course in WIT and one of the modules is Software Development (Java). I know a lot of my fellow students are struggling with it because we only get 3 hours of it a week for six weeks and 1.5 hours for the nest 12 weeks or so. I think a lot of people have problems with it as it can seem unrelated to their course yet they still have to do it (A friend of mine did a business studies course in UCC which included a Java module) and may have no plans to make use of whatever language they studied. Me? I love it. Probably my best subject but I've done some C and COBOL :eek: before. Thanks for the book recommendation by the way. Have it on the way.
ntlbell wrote: » personally i don't think the lack of time in lecture's is much of an excuse these days. you really don't learn much sitting down listening to someone talk about code, it's too abstract. a few extra hours at home with pen/paper pc/laptop should be more than enough.
AARRRGH wrote: » Agree completely. In my masters last year I had a class on concurrent programming in Java, which I suppose would be sort of an advanced topic. I had never used Java before. Instead of complaining, I bought this Java Objects book and read it over the space of a week. It got me up to speed and I had no problems in the class. There is no need to wait for people to hold your hand or spoon feed you.
Evil Phil wrote: » When I was teaching Java it was the self starters who did well.
ntlbell wrote: » do you tell the students this at the start?
Evil Phil wrote: » Yeah, some took it in, some didn't. Guess who did well on the course?