Thursday, April 28, 2016

Java Course Review

(For the basic review, see last paragraph)

Near the beginning of April I signed up for an account with teamtreehouse.com. I started with the Android development track and enjoyed it. Downloaded Android Studio and was getting used to the instructor's speedy approach to teaching. I found myself however still confused by some of the concepts of how classes could be used, overridden, and imported. Basically anything of the more meaty techniques. He also mentioned that some of the things he discussed was covered in the Java development courses. So I decided to pause my Android venture and try the Java development track.

As of this writing I am almost finished with the course, being about halfway through the last section, which covers creating a GUI. I would rate this course a 4 out of 5. I liked how in the beginning he went slow and I could ubderstand much of what he was talking about and could pass many of the challenges fairly easy. This could also be because much of it was basic. Variable initialization, constructors, data types, etc. I did not like workspaces. Sometimes it would not open correctly and I don't think it mimicked IDE interfaces. So I ended up doing a little research and downloaded Eclipse and used that to write the code and ran the programs through the terminal. Finally one of the last courses was about using an IDE. I really enjoyed this section because it explained how to use IntelliJ IDEA and explained many tools that are included in that IDE as well as many keyboard shortcuts. I can see they prefer IntelliJ products as the Android track uses Android Studio for its lessons.

With that I think it was a good course... so far as I'm not really done yet but just about done. I do think later on in the course the teacher would just type and say what he was typing without much explanation. During the challenges is where it really took a down turn. The objectives really weren't clear as to what they wanted me to do most of the time. I don't think it was just me either because many of the questions posted on the course seemed to be about not understanding what was wanted in the challenges.

So those are my two biggest complaints that could be better on the course, 1) talk a little slower, 2) ask questions in a better way. However my phraseology when I ask questions is usually atrocious so I don't think I can criticize. I loved the course and learned tons. I really want to delve into using it on some applications I want to make. The teacher did an excellent job of teaching how to use Java documentation and IntelliJ IDEA to find how to do something, which is certainly better. Teach how to find answers for yourself instead of just giving the answer. So until next time I will be finishing this course.

No comments:

Post a Comment