10

Advice to any child thinking to start coding:

Stay away from everything that is linked with JavaScript

Comments
  • 0
    @rutee07 nah ActionScript
  • 13
    @rutee07 yeah my father forced me to do “java for kids” when I was 11 and I hated it.
    So much typing just to klick a ugly gray button. And nobody to show it too because it was a desktop app. If he forced me to do HTML and JavaScript I would have liked it much more as you get instant gratification with webstuff and you can send it to your friends.
  • 3
    Why? It's one of the most compact languages in that you need very little code to do much
  • 0
    @arte921 it's like a game with a good start and an ending that haven't been thought about.
    too many quirks that even doge (meme) got disgusted by it.
  • 2
    It has quick gratification though, which is nice.
  • 2
    JavaScript is one of the best programing language.

    Stop telling shit here!
  • 1
    @Afrographics It's the only language where I have to look at the documentation every time I call a function because types are extremely important and at the same time only emergent properties of the code itself.
  • 0
    @Lor-inc autocompletion plugin can fix that.

    I think
  • 0
    @Afrographics personally. I use them
  • 0
    @Afrographics Most third party stuff doesn't have jsdoc annotations. Besides, intellisense doesn't pick up docstrings for imported objects.
  • 0
    @Lor-inc as for me.

    No problem with my completion plugins. So far
  • 2
    My advice: don't be an elitist like OP
  • 0
    Like seriously the underlying engine implementation could be any so code needs too much scaffolding to be generalized for every browser and they gave us TS so we don't complain about type safety so that I can no longer rant about it.
Add Comment