1

Would I be correct in saying that View Models / Presentation Models are screen specific and that you would therefore not expect to share them with other screens?

David
  • 3,519
  • 1
  • 24
  • 30

1 Answers1

0

If you define "share" as there is a one to one mapping between a screen and a view/presentation model, then yes, it is screen specific.

However, it doesn't imply that there can be no reusable controls/code exist between different view/presentation models.

Graviton
  • 81,782
  • 146
  • 424
  • 602