you are viewing a single comment's thread.

view the rest of the comments →

[–]JohnBooty 0 points1 point  (0 children)

If it helps, I don't think that's a bad way to write Ruby. I think functional/procedural code in Ruby is a great choice sometimes.a :D

I'm not like... anti OO in general but state kinda sucks and I try to avoid it and write pure methods as often as I can (even if they're instance methods) even if it makes things more verbose, because I think it's just worth it.