Bryan Martin
May 26, 2021

--

I agree descriptive is a good thing. However in the case below, searchUserByPhoneNo is overqualified. The parameter name, phone, implies that you are searching by phone number. In object oriented development, the same method name can be overloaded with a different set of parameters.

--

--

Responses (1)