Bad code:
I’ve been naming my hashmaps `APerB` for the same reason, but maybe I should be using “from” instead of “per”
per might actually be really good for hashmaps/dictionaries because it is nice hint to the reader that this is a hashmap/dictionary and not a function a la Hungarian notation.
I’ve been naming my hashmaps `APerB` for the same reason, but maybe I should be using “from” instead of “per”
per might actually be really good for hashmaps/dictionaries because it is nice hint to the reader that this is a hashmap/dictionary and not a function a la Hungarian notation.