1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-26 05:59:04 +02:00

change vocabulary example #92

This commit is contained in:
Peter Gribanov
2017-09-07 13:54:32 +03:00
committed by GitHub
parent 6c01399ce8
commit 9d547abb42

View File

@@ -46,8 +46,9 @@ $currentDate = $moment->format('y-m-d');
**Bad:**
```php
getUserInfo();
getClientData();
getCustomerRecord();
getUserData();
getUserRecord();
getUserProfile();
```
**Good**: