dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#wpf

0 posts0 participants0 posts today

Am I the only one that hates the #OnPropertyChanged and #binding paradigm that permeates #WPF and #Avalonia #UI #design? It feels like its the "proper" way to set up the UI, but it's so much cruft when, for example, you've got to actually do something with the values in the view at the end of it's life anyway. Why not just populate values at the initialization and read them when you need them?

I can understand for some interactive use cases, but having it be the standard seems bloated to me.