DEV Community

Discussion on: how many parameters?

Collapse
 
daveparr profile image
Dave Parr • Edited

No sweat. I tend to be able to keep the parameters small as a by product of consistent refactoring. I also have the happy by product of being able to work on very small focused projects. Nothing I write tends to have more than tens of programmers use it or multiple use cases :)

Thread Thread
 
sckott profile image
Scott Chamberlain

Right, and I imagine you can change the function interfaces more easily if there's a small set of users

Thread Thread
 
daveparr profile image
Dave Parr

Absolutely.