mastodon.me.uk is one of the many independent Mastodon servers you can use to participate in the fediverse.
Open, user-supported, corporation-free social media for the UK.

Administered by:

Server stats:

497
active users

In software design pattern language, what would be the right opposite term to a Presenter? Something that takes a serialized representation and constructs an object from it. Parser, Factory, Builder? None of those seem quite right and have their own baggage... any ideas?

@Floppy I'd associate a Presenter more with some form of UI presentation rather than serialise/deserialise (serdes) tasks.

James Smith 💾

@intrbiz yep, you're absolutely right, I've changed my naming to serializer, which then makes the inverse easy to name :)

Thanks!