From: Ryan Davis Date: 2012-12-27T06:07:39+09:00 Subject: Re: When to use Hashed Parameters for method calls. Don't question the type of arguments... Question the number of arguments. 8 just reeks of design smell. On Dec 26, 2012, at 12:53, Ricky Ng wrote: > I am currently having an internal debate on refactoring some code right now and whether I should convert the method to take in a hash instead of 8 arguments. > > What are conventions and rules that you guys use to make this call? > > -- > Incoherently, > Ricky Ng