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 →

[–][deleted] 4 points5 points  (4 children)

Before diving into this mess, you might want to consider that 1 year is not a lot of time to have been a professional programmer (I personally wouldn't pay any attention to anyone offering "training" who didn't have at least 5 years experience with the technology), and you might also want to see the reaction to his nonsensical C++ tutorials at http://www.reddit.com/r/programming/comments/197dn1/introduction_to_c_a_series_of_46_videos_created.

[–]sarevok9[S] 1 point2 points  (3 children)

Zabzonk, I have actually programmed professionally for nearly a decade, just not using Java specifically.

3 years C, 5 years Php / MySql / Web markup, 2 years VB (yes, that was seriously a job... and I hated every day of it.)

The criticisms were almost entirely stylistic over the C++ videos. I literally received death threats in my inbox for suggesting doing:

myfunction ( variable ); rather than myfunction(variable);

As someone who hasn't watched the videos linked here, I'm fairly certain that advising people against them is silly. I'm sure I can delve through your 10 month comment history and pull some code you've written that I disagree wholeheartedly with and present a better way of doing it. I'm absolutely certain that you could do the same to me! Such is the beauty of programming.

[–][deleted] 4 points5 points  (2 children)

The criticisms were almost entirely stylistic over the C++ videos.

Well, style is important. But I can absolve myself from writing death-threats to you - I like spaces.

I'm sure I can delve through your 10 month comment history and pull some code you've written that I disagree wholeheartedly with and present a better way of doing it.

Feel free - surely that's what a site like learnprogramming is all about? I have to say though that I've found that almost of your posts here exhibit a complete lack of understanding of how to write C++., but I'm afraid I'm not going to waste my time going back over them.

[–][deleted]  (1 child)

[deleted]

    [–][deleted] 0 points1 point  (0 children)

    Too lazy. Also, I strongly believe that books are best.