-
-
Save YumaInaura/1dd3989edc92e861a973 to your computer and use it in GitHub Desktop.
Rails | コード内のコメントを見つける方法 (TODO、FIXME、OPTIMIZE、HACK、REVIEW) ref: http://qiita.com/Yinaura/items/69584a09fee58efd163e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # DANGER: 注意! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app/models/example.rb: | |
| * [ 10] [TODO] モデルにカラムを追加する | |
| app/models/example.rb: | |
| * [ 4] [FIXME] create が動かない |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # FIXME: ここを修正する |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment