Refactoring code
Offen
Suggestion
- Vorherrschende Sprache
- Ruby
- Sterne
- 5.7k
- Forks
- 371
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.