2 Comments

What is the correct solution to the FastString code block? Private fields and using a setter to modify it rather than direct access?

Would also be curious about situations where you have to break this condition (e.g. need another data structure with different read performance, or a denormalized database) - how do you mitigate it?

Expand full comment