DEV Community

Discussion on: What’s your placeholder name?

Collapse
 
joppedc profile image
JoppeDC

Even when debugging and testing, i use somewhat logical names.

‘function logUser(User $user)’

‘private string $tempLocale = “en”:’

Stuff like that. Sometimes these stay till the next day or after a weekend. and it helps me pick up where i left off without searching what they mean/do.