airbnb / ruby

Ruby Style Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method arguments or parameters

justin808 opened this issue · comments

I noticed some recent PRs changed the word 'arguments' to 'parameters' but not everywhere.

Any reason?

I assume that previously the style guide used them interchangeably but is now following the definition of parameters being the variables in the method signature while arguments are the supplied values when calling the method.