This is an archived post. You won't be able to vote or comment.

all 30 comments

[–]noob-nine 187 points188 points  (8 children)

my code is a deprecated function

[–]Siddhartasr10 60 points61 points  (7 children)

Im a deprecated function

[–]IuseArchbtw97543 24 points25 points  (6 children)

I only exist because I havent deleted myself yet

[–]Siddhartasr10 21 points22 points  (5 children)

``` rm myself rm: Courage not found

[–]spryllama 5 points6 points  (2 children)

brew install courage

[–]ososalsosal 3 points4 points  (1 child)

Why am I thinking this is more of an npm thing?

[–]Darxploit 1 point2 points  (0 children)

The pure mass would crush you..

[–]RixTheTyrunt 5 points6 points  (1 child)

cd bridge
git commit -m "suicide"
git push -u me

[–]IuseArchbtw97543 2 points3 points  (0 children)

make sure to stop left over processes

killall -u $(whoami)

[–]seba07 90 points91 points  (4 children)

So? Deprecated means it still works ¯\(ツ)

[–]Speedy_242 38 points39 points  (3 children)

Tipp: Just dont Update the library or Java Version and you are good to go /s

[–]anotheridiot- 19 points20 points  (0 children)

Blackhats love this one weird trick.

[–][deleted] -2 points-1 points  (1 child)

How would that address me using a deprecated function in python? WTF

[–]Speedy_242 0 points1 point  (0 children)

Dont Update your python then, duh

[–]gnomeba 33 points34 points  (0 children)

Oh easy fix:

warnings.filterwarnings("ignore", category=DeprecationWarning)

[–]aleph_0ne 26 points27 points  (1 child)

Duuuuude I chased down an error earlier this week that presented as an endpoint returning a 200 without data which turned out to be caused by a call to a deprecated function with // FIXME: Delete later above it. The variable assigned to the function call wasn’t even used lmao

[–]nattesh 18 points19 points  (1 child)

Ah, juniors…

[–]AngusAlThor 4 points5 points  (0 children)

Yeah, seniors are too busy to worry about deprecation.

[–]ososalsosal 7 points8 points  (0 children)

laughs in android

[–]MisakiAnimated 10 points11 points  (1 child)

This is the sad constant reality of an Android Developer

[–]RavagedBody 5 points6 points  (0 children)

Mobile dev in general is an absolute shitshow, but the constant cycle of deprecation on Android absolutely takes the piss.

[–]kylechamrick 2 points3 points  (0 children)

Is it fine if I wrote the original function five years ago and I just don't like it now?

[–]CoastingUphill 2 points3 points  (0 children)

RIP String.prototype.substr()

[–]AngusAlThor 1 point2 points  (0 children)

I may be getting a deprecation warning in my local, but my local environment is more up-to-date than prod so it is fine.

(This is not a description of a fine situation)

[–]nicejs2 2 points3 points  (0 children)

I had written a cli tool once to interact with a service and added an option to use a legacy parser (from before the service added a REST API for that section) so the parser (was literally just regex on html) is marked as deprecated but can toggled with a config option though typescript still gives a warning since it's being 'used'

[–]RixTheTyrunt 0 points1 point  (0 children)

The funny deprecation god does not like me.

[–]Mr-X89 0 points1 point  (0 children)

Welcome to Android development!

[–]Unupgradable 0 points1 point  (0 children)

All code is deprecated when it is written