|
|
|
|
|
by dblotsky
648 days ago
|
|
Hard agree with the idea of greppability, but hard disagree about keeping names the same across boundaries. I think the benefit of having one symbol exist in only one domain (e.g. “user_request” only showing up in the database-handling code, where it’s used 3 times, and not in the UI code, where it might’ve been used 30 times) reduces more cognitive load than is added by searching for 2 symbols instead of 1 common one. |
|