Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@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. -
arte92195yWhy? It's one of the most compact languages in that you need very little code to do much
-
@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. -
@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.
-
@Afrographics Most third party stuff doesn't have jsdoc annotations. Besides, intellisense doesn't pick up docstrings for imported objects.
-
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.
Advice to any child thinking to start coding:
Stay away from everything that is linked with JavaScript
rant
javascript
wk204