Naming things is hard
Prefixing R function names
‘There are only two hard things in Computer Science: cache invalidation and naming things.’
The above quip by Phil Karlton is fairly well known and often quoted, sometimes with amusing extensions:
There are two hard things in computer science: cache invalidation, naming things, and off-by-one errors.
— Jeff Atwood (@codinghorror) August 31, 2014
There are only 2 hard things in computer science:
0. Cache invalidation
1. Naming things
[Read More]