• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: August 14th, 2023

help-circle
  • Distributing power across a group of communities over the same topic (e.g. like seats in a congress/parliament) is a nice thought.

    However, my second thought was how vulnerable that is in a fediverse. To continue the analogy, an adversary could create new states (server/communities) of arbitrary population (accounts) at will.






  • IMO factory functions are totally fine – I hesitate to even give them a special name b/c functions that can return an object are not special.

    However I think good use cases for Factory classes (and long-lived stateful instances of) are scarce, often being better served using other constructs.