this post was submitted on 12 May 2024
522 points (98.5% liked)

Programmer Humor

32410 readers
1 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Phoenix3875@lemmy.world 96 points 1 year ago (4 children)

Deprecation warnings should contain suggestions for alternatives.

[–] magic_lobster_party@kbin.run 58 points 1 year ago (1 children)

The suggestions are also deprecated

[–] CookieOfFortune@lemmy.world 28 points 1 year ago

Or don’t support all the features

[–] azalty@jlai.lu 6 points 1 year ago (1 children)

I feel like in android, the alternatives are always soooo long and tedious to implement

[–] Asudox@lemmy.world 1 points 1 year ago

Rust afaik does that too

[–] Potatos_are_not_friends@lemmy.world 5 points 1 year ago (1 children)

PHP does that. I think a few others too.

Or maybe it was my IDE. I don't remember. Not a issue I deal with frequently.

[–] meliaesc@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

My assumption is that php itself is deprecated so they don't bother with warnings.

What if the suggestions have warnings like "experimental" or "unstable"?