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
-
@DeepSpace no, because the break at the end. But the for-loop-condition doesn't make sense now. You could've easily mapped headers (and you should pass it as parameter i think) via a lambda and a ternary operator. Done.
-
inaba46256y@Brosyl 1. It looks amazing
2. Because of 1, it's much nicer to read
3. A lot of the symbols that we as programmers use start to make more sense, like how != beomes an inequality sign. Or -> becomes a proper arrow. Or === beomes an actual mathematical identical to symbol
https://github.com/tonsky/FiraCode/... -
@Brosyl that's just personal preference. I like it, so I use it. Turning off the ligatures is a matter of unchecking one checkbox (intellij) or changing one config entry (Vs code)
Related Rants
This code a (much more senior) co-worker wanted me to review...
rant
wtfisthis
imax
just why?!
loops