Hacker News new | past | comments | ask | show | jobs | submit login

I think the right mental model of a hash is that it's a transient value. There's no setting in which it makes sense to store it unless you explicitly control the hash function. Even in languages where it is static over runs, it can change over language versions, which any saved data will (presumably) eventually hit.



Yes, while it's a great practice, it's just something that newbies of any programming like me at the time may run into. Often when being taught programming, hash functions are purely functions of input data. My point was that Python, for very valid and good reasons, does not do that.


Well they are pure functions of input data. It's just that which pure function they are should be treated as a random value that changes over runs / version numbers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: