Persistence Logic

A save method may need large conditional blocks to decide which temporary fields to write. Persistence logic is especially vulnerable to complexity caused by temporary fields. Feature updates can introduce bugs when they must account for c…

1 sources - 3 claims

A save method may need large conditional blocks to decide which temporary fields to write. Persistence logic is especially vulnerable to complexity caused by temporary fields. Feature updates can introduce bugs when they must account for conditional logic around optional fields.