this post was submitted on 12 May 2024
525 points (98.3% liked)
Programmer Humor
32342 readers
1181 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Deprecation warnings should contain suggestions for alternatives.
The suggestions are also deprecated
Or don’t support all the features
I feel like in android, the alternatives are always soooo long and tedious to implement
Rust afaik does that too
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.
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"?