エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
RubyLetter - When Method Names Should Go Out with a Bang
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
RubyLetter - When Method Names Should Go Out with a Bang
Yesterday I was trying to explain to @eviedently why some methods in Ruby end with an exclamation... Yesterday I was trying to explain to @eviedently why some methods in Ruby end with an exclamation mark and some don’t. For example, Rails has two save methods: user . save user . save! I started to explain that the exclamation mark, or “bang”, means that the method is “destructive.” That means it can change the original object, user in this case. …Then I realized I wasn’t making any sense. Both

