I\'m building a website that contains users with user profiles. Many of the fields in the profile are optional.
There is an opportunity for a lot of user-generate
A State machine works very nicely for involved logic like that. It's very simple to implement as well (using a switch statement).