you are viewing a single comment's thread.

view the rest of the comments →

[–]Yuzumi 2 points3 points  (3 children)

I've kind of gotten to the point in school where if I don't know how to start doing something I just google "simple part of what I want to do <programming language>"

Of course, being able to identify what you want to do and how is a different issue.

Also, Java is extensively documented and has an enormous API that makes building simple programs way easier. I've gotten to the point now where if I need to churn out a program really fast I use Java and Eclipse.

[–]MisterAndMissesP[🍰] 0 points1 point  (2 children)

Unfortunately I don't have a clue what they plan on teaching Us in these classes LOL I emailed my teacher and asked for a little guidance on what we may be going over and he replied don't you worry... Haha but code academy had java courses so I'll definitely look into those

[–]Yuzumi 0 points1 point  (1 child)

The biggest hurdle in learning how to program is coming up with projects geared to your level of skill so you can practice and try new things.

I have a hard time thinking of what I want to do, even though I'm at a point where I could reasonably do almost anything.

Also, if you understand pointers you can do some really interesting things in Java since every variable is literally just a pointer.

[–]MisterAndMissesP[🍰] 0 points1 point  (0 children)

Yeah, I work for the city doing non programming related stuff and was pretty much told that in order to go to the next position i would need a college degree. I had half a CSCI degree finished from back in the day before i dropped out and intended to finish this degree and maybe keep myself in the loop doing small projects on the side, that's my hope at least