Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

State exists in time, a variable is usually valid at the point it's created but it might not be valid in the future. Thus if part of your program accesses a variable expecting it to be from a certain point in time but it's actually from another point in time (was mutated) that can cause issues.


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

Search: