✨: 🚮 for deprecating things
See original GitHub issueHello @carloscuesta 😎!
- Emoji: :🚮:
- Code:
::put_litter_in_its_place::
- Description: Adding deprecation warnings to old code
Indicates a commit that adds deprecation warnings. E.g., adding
@Deprecated
in java, or
/**
* @deprecated
*/
In javascript
Issue Analytics
- State:
- Created 6 years ago
- Reactions:22
- Comments:7 (2 by maintainers)
Top Results From Across the Web
What is deprecated in IT? - TechTarget
Learn about deprecated in IT, which is when something is available or allowed, but is not recommended or that its failings are recognized....
Read more >Deprecation - Wikipedia
In several fields, especially computing, deprecation is the discouragement of use of some terminology, feature, design, or practice, typically because it ...
Read more >urban dictionary emoji
Urban Dictionary EmojiA fast emoji search experience with options to browse every emoji by name, category, or …. clear data from sharedpreferences.
Read more >Deprecate Definition & Meaning - Merriam-Webster
to withdraw official support for or discourage the use of (something, such as a software product) in favor of a newer or better...
Read more >What Is Self-Deprecation? - Verywell Mind
Learn about why we self-deprecate and how it could be harmful. ... Mind Podcast shares how to get more comfortable hearing nice things...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
🗑 is an alternative; it has better visibility, but it looks less like an action
I would say that documentation and deprecation warnings are a bit different, at least in Java development. If a developer told me, “I’m just adding documentation”, I would be a bit surprised if the PR added new compiler warnings, for instance.