top | item 25855266 (no title) jacobkranz | 5 years ago The two hardest problems a programmer faces:1) what to name your variables2) cache invalidation errors3) off-by-one errors discuss order hn newest nl|5 years ago > 1) what to name your variablesThe canonical version of this is "naming things". It's more general than just variable names as anyone who has dealt with a thingAbstractFactoryFactory or the problem of generating unique names in a distributed environment will attest.
nl|5 years ago > 1) what to name your variablesThe canonical version of this is "naming things". It's more general than just variable names as anyone who has dealt with a thingAbstractFactoryFactory or the problem of generating unique names in a distributed environment will attest.
nl|5 years ago
The canonical version of this is "naming things". It's more general than just variable names as anyone who has dealt with a thingAbstractFactoryFactory or the problem of generating unique names in a distributed environment will attest.