Closed raventid closed 7 years ago
I've just noticed that Error class in container used inheritance, instead of Class.new -> https://github.com/dry-rb/dry-system/blob/master/lib/dry/system/errors.rb#L7
I think it would be nice to be consistent and to follow one rule. In my opinion - Class.new is preferable way.
Thanks :+1:
I've just noticed that Error class in container used inheritance, instead of Class.new -> https://github.com/dry-rb/dry-system/blob/master/lib/dry/system/errors.rb#L7
I think it would be nice to be consistent and to follow one rule. In my opinion - Class.new is preferable way.