7
Leuljoe
4y

God help me if I ever meet the person who created Javascript.
Happy it wasn't my first programming language or I would have quite coding even before I started.
I had rather fail in C++ a thousand times(I failed C++ in highschool) than ever code in JS.
#The hottest mess I ever met.

Comments
  • 3
    Read Javascript: The Good Parts. It's a bit outdated now, but it gives you exactly the subset of Javascript you need to write elegant code and avoid the hairy stuff.

    Also, think about having a look at Flow. It's a type system for Javascript and can be useful for bigger code bases.
  • 0
    @matthewbdaly Thanks. I will check them out 🙂
  • 0
    Uhuh, and exactly what is messy there?
  • 1
    @Gorlami Lol I didn't say I hated C++ I said I failed at it in highschool. And I also didn't say I failed javascript, I only said I hated it. And you can't judge based on 2 languages!!!
  • 0
    @Gorlami 😝 That didn't turn out well lol I apologize. And sorry, English isn't my native language. 😂
  • 0
    @matthewbdaly

    Yes, read this or watch one of the author’s lecture’s on youtube. Douglas Crockford is very honest and explains why things are the way they are even going into how it’s illogical bit that is how it is.
Add Comment