Refactoring code
オープン
Suggestion
- 主要言語
- Ruby
- スター
- 5.7k
- フォーク
- 371
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I noticed that many examples in `code/` do not match the template.
```ruby
require "benchmark/ips"
def fast
end
def slow
end
Benchmark.ips do |x|
x.report("fast code description") { fast }
x.report("slow code description") { slow }
x.compare!
end
```
コントリビューションガイド
評価
この issue はまだ評価されていません。