Luvon

joined 1 year ago
[–] [email protected] 4 points 3 weeks ago

Await is usually there either because the performance doesn’t matter and the legibility is much higher with it, and/or because there are a series of asynchronous actions that depend on each other and await lets you write them as if they are sync because related to each other they are.

[–] [email protected] 3 points 1 month ago (1 children)

You will find yourself being that next person when you haven’t touched the code for a week and come back to add something and are like wtf.

[–] [email protected] 19 points 3 months ago (1 children)

I always do, I love having ligatures

Having ≠ looks much nicer then !=

[–] [email protected] 4 points 4 months ago (1 children)

Ebooks, audiobooks, music, could all work in that realm

[–] [email protected] 3 points 4 months ago

I don’t think it even played in my country so…. How do they want me to buy it exactly…

[–] [email protected] 10 points 5 months ago

It’s more language dependent than ide. Go for instance makes unused variables a compiler error (I believe) which means ides mark it as red immediately.

Ts/js can have eslint rules against unused variables but they will still usually compile or just run directly anyway.

Java doesnt error but can be set to warn you on them.

Abap doesn’t care and won’t tell you.

Your mileage will vary.

[–] [email protected] 1 points 6 months ago (1 children)

Oh I don’t know that one, what’s it do?

[–] [email protected] 3 points 6 months ago (7 children)

Not everyone learns :x

[–] [email protected] 0 points 7 months ago

“Hates people”

[–] [email protected] 2 points 7 months ago

Referencing is the term that is being conflated.

Enough people apparently find this funny here. Not everyone needs to find every bit of comedy funny.

[–] [email protected] 1 points 7 months ago (3 children)

I mean programmers is a pretty big audience. Sure this probably would pan at a comedy open mike night but it’s literally on programmer humor.

And using concept outside its normal concept or conflating two concepts is pretty standard humor.

[–] [email protected] 6 points 8 months ago

The bug is in the library of a library that the library owns. They fixed it and published it in the library of the library but the library hasn’t been updated in 2 months.

view more: next ›