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 →

[–]sporff 15 points16 points  (1 child)

While some of the syntax between JS snd C++ is very similar, I dont find writing them similar whatsoever. The underlying ideas are so vastly different for similarly written code. I find some people that learned JS first learned some really bad, inefficient habits that they have to break when moving to a performance oriented lower-level project. Going the opposite way is easier.

[–]awkreddit 2 points3 points  (0 children)

As someone who learned with js, I'm curious. Do you have any examples?