Another newbie problem that is related to data integrity is the lack of thinking in terms of transactions. If multiple operations need to change the same data source and they depend on each other, they HAVE to be wrapped in a transaction that can be rolled back when one of these operations fail.
P
121
Programming
Notes, ideas and advises related to programming collected from my readings for blog posts, articles and books