SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

Remove monkeys.rb #424

Open zverok opened 6 years ago

zverok commented 6 years ago

Currently, in community this kind of monkey-patching is considered a bad practice. And, in fact, [1,2,3].to_dv is not THAT shorter than Vector.new([1,2,3]), while the latter is definitely clearer.

Ronaq13 commented 6 years ago

@zverok : I would like to do this.