Use the same vocabulary for the same type of variable Posted on 05-14-2018 Use the same vocabulary for the same type of variable Bad:123getUserInfo();getClientData();getCustomerRecord(); Good:1getUser();