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
-
coolq48267y@Hedgepig
Aww, I thought I was getting the hang of JavaScript.
What threw me off is the star symbol. Does that denote a generator? -
@coolq pff don't feel bad, I only vaguely know the theory and don't use them directly. I really should since I use async and await which uses generators under the hood.
Blast another dev sin for wk81 -
@coolq here you go, my favourite programming youtuber: https://youtu.be/ategZqxHkz4
-
Root825577yMistakes like this make me want to write a syntax highlighter that sets color based on composition in addition to (or even instead of) placement.
-
I don't use any linter and other plugins on my ide. I don't like them but after this I should use those 😂😂
-
@stevemk14ebr Yeah compiled languages laugh at you... with cryptic errors like the one I was staring at today: "x is untouchable inside the constraints y bound at a pattern with constructor z, in a case alternative" — instead of just "You forgot to add a type signature there you lazy twat".
-
@Root There is a semantic highlighter for Sublime that is good for this kind of thing.
-
@bittersweet I'd prefer any error that eliminates an entire class of bug to a runtime error.
Related Rants
M instead of K wasted my whole day. So much furious 😡
undefined
bug