Hacker News new | ask | show | jobs
by xg15 332 days ago
I'd also add mutability and immutability to the list of properties. Keeping as much state as possible immutable doesn't just help with multithreading, it will also greatly reduce the headache when trying to understand the possible states of a program.
1 comments

The article does include those.