Hacker News new | ask | show | jobs
by thisisit 3256 days ago
Doesn't it depend on the data? Sure, the actual money transaction cannot be changed. Only journal entries can be passed to correct the amount.

But can't things like name of the person taking the loan can be changed? Obviously there is still a journaling entry recorded to track who and what changes were done. This is specially important because wrong names can and do affect credit ratings etc.

1 comments

That will depend heavily on the particular domain for what can and can't change. Changing names might be fine in some areas of finance but not others. I know in some medical stuff you can't change names, even when a person gets married and changes their name. When you view an old script for instance, it has to display their name as it was (and as it was printed) at the time the script was created.

Nailing down this stuff is where you really appreciate a good architect.