Gitmoji: โœจ: ๐Ÿšฎ for deprecating things

Created on 12 Jan 2018  ยท  7Comments  ยท  Source: carloscuesta/gitmoji

Hello @carloscuesta :sunglasses:!

  • Emoji: ::put_litter_in_its_place::
  • 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

emoji

Most helpful comment

๐Ÿ—‘ is an alternative; it has better visibility, but it looks less like an action

All 7 comments

This could be covered with ๐Ÿ’ก as long as its documentation for deprecated clde. Donโ€™t you think so?

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.

๐Ÿ—‘ is an alternative; it has better visibility, but it looks less like an action

"tidying up" is certainly distinct from adding documentation. There is supposed to be a broom/sweep emoji coming in with the latest Unicode, about which I am unreasonably excited.

Hi @ahammel ,
thanks for proposal. I think it makes sense in the concept of the project. PR welcome.

Closed by #403

Was this page helpful?
0 / 5 - 0 ratings

Related issues

smoliji picture smoliji  ยท  13Comments

mikemarsian picture mikemarsian  ยท  14Comments

johannchopin picture johannchopin  ยท  18Comments

Tydax picture Tydax  ยท  29Comments

johannchopin picture johannchopin  ยท  15Comments