LoginSignup
44
3

More than 5 years have passed since last update.

[Qiita改善案 AdventCalendar] appというタグを勝手にa++にするのをやめてほしい

Posted at

appというタグをつけると、勝手にa++というタグになってしまうので、それをなくしてほしいです。
なお、appだけではなく、dppなどでも同様の現象が発生します。

スクリーンショット 2016-12-02 0.12.27.png

スクリーンショット 2016-12-02 0.12.43.png

多分、cppをc++に名寄せするためのロジックが働いているのではないでしょうか?
appはアプリという意味で使いたいこともあるので、appに対してはこの処理をかけないでほしいです。

おそらく、こんなコードがある気がする・・・

'app'.gsub(/^(\w)(pp)$/, '\1++') # => a++
44
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
44
3