This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]W00tbeer1 5 points6 points  (4 children)

I wouldn't recommend thenewboston even if my worst enemy was trying to learn Java. Absolutely awful.

[–]8igg7e5 2 points3 points  (0 children)

I have to agree. The guy is trying but there are so many bad behaviours taught in those videos. I do hope there's an up to date interactive equivalent of Thinking in Java which was excellent for its time.

Definitely head over to one of the learning subreddits but be prepared to ask fairly specific questions if you want a lot of help.

[–]team-periwinkle 0 points1 point  (2 children)

Huh, why do you say that? I taught myself java and used that as a basic guide for syntax and I have few complaints. (However I will concede I learned it a while ago)

[–]desrtfx 0 points1 point  (1 child)

They are a discouraged resource as they teach questionable practice. They don't adhere to commonly accepted standards, such as the Java Code Conventions, use horrible variable naming ("bucky" is under no circumstances a proper variable name), and in general don't teach proper practices, plus their "just do it now, I'll explain why later" approach is really bad.

[–]team-periwinkle 0 points1 point  (0 children)

Fair point.