programmerhumor·Programmer Humorbyalphacyberranger I am a sinnerView original on sh.itjust.works523Comments11
PPhoenix3875 lemmy.world7Hide 7 repliesDeprecation warnings should contain suggestions for alternatives.95
PPotatos_are_not_friends replylemmy.world1Hide 1 replyPHP 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.5
mmeliaesc replylemmy.worldMy assumption is that php itself is deprecated so they don't bother with warnings.1
azalty replyjlai.lu1Hide 1 replyI feel like in android, the alternatives are always soooo long and tedious to implement5
DDeprecatedCompatV2 replyprogramming.devWhat if the suggestions have warnings like "experimental" or "unstable"?3
1984 lemmy.todayThis is me right now, constantly thinking about how to implement a thing I'm working on. Even in bed I wake up and think about it. Lols.9
ttsonfeir lemm.eeI had to make a function called mysql_query() to get some old code back online. Twist the knife for me.6
Deprecation warnings should contain suggestions for alternatives.
The suggestions are also deprecated
Or don’t support all the features
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.
I feel like in android, the alternatives are always soooo long and tedious to implement
Rust afaik does that too
What if the suggestions have warnings like "experimental" or "unstable"?
This is me right now, constantly thinking about how to implement a thing I'm working on. Even in bed I wake up and think about it. Lols.
I had to make a function called mysql_query() to get some old code back online. Twist the knife for me.
I just like usleep better than nanosleep.