33
Werchte
8y

Fourth day at new job, hired as a C++ developer.
"We think you'll be a good fit in this team!"
It's a huge JavaScript project. I feel lost and confused 😓

Comments
  • 2
    Maybe they think "If he is that good at C++, he can learn JS"
  • 4
    @jstaiyo I'm sure I will. But after reading the JS related rants on here I'm not sure I want to, haha.
    Gotta stay positive, learning new stuff is awesome.
  • 3
    I was a C++ instructor, and I was asked to teach Java, because they look the same. Talk about learning a language on the fly. I was so glad when the class was finished.
  • 4
    @Werchte I recommend you to take a look at the series "You don't know JS"
  • 0
    @Pampurio thanks, I'll do that
  • 1
    if you r good at c++ then learning JavaScript is a days work.
  • 2
    As a C++ dev who also have the misfortune to have worked on JavaScript for years in the past, I works say that the JavaScript type coercion rules alone are more convoluted than whatever template madness you can find in boost. But if you stay clear from the dark corners of js, use a transpiler like typescript or babel, use a good linter, and pay attention to semicolon insertion, you will be fine.
  • 2
    it'll be good for you to have a web dev thing in your tool belt, and this will force you. same thing is happening to me (c# developer doing node.js web for work) and I promise things will be fine. we all complain, but it's great.
Add Comment