Well, let’s begin with explaining the title: Form Object is a common pattern in web development which wraps user input into a convenient structure to be processed in the application. It’s basically an aggregation of an incoming payload, for the program’s convenience, with some basic casting and validation. Why did I put objects in quotes then? Because in Elixir we actually don’t have objects thems
