GildedRose-Refactoring-Kata/ruby
Maarten Parmentier 815ba7ce24 Reuse some methods make methods more verbose
I was doubting if instead of decreasing the quality in 2 steps, adding a parameter to the decrease_quality method and decrease it in 1 go was a better option.
I didnt go for it in the end as I like the verbosity at the moment and it's easier to follow later on why we decrease multiple times instead of e.g. decrease_quality(n) method
2023-06-27 21:10:03 +02:00
..
specs Reuse some methods make methods more verbose 2023-06-27 21:10:03 +02:00
.buildpath add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.gitignore added ruby gitignore 2020-05-07 08:44:42 +02:00
.loadpath add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.project add Ruby Eclipse settings 2014-01-25 23:01:39 +01:00
.rspec nested formatter was renamed to documentation 2016-08-02 15:02:20 +02:00
gilded_rose.rb Reuse some methods make methods more verbose 2023-06-27 21:10:03 +02:00
texttest_fixture.rb Reuse some methods make methods more verbose 2023-06-27 21:10:03 +02:00