Timeline for In an MVC desktop application, is there a canonical solution to share an immutable value class between multiple components?
Current License: CC BY-SA 4.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 21, 2021 at 20:20 | comment | added | Doc Brown | There isn't even a canonical agreement about how an MVC architecture has to look like, and definitely not a programming language environment agnostic one. Each environment has other means of providing "globally visible", "shared" state or data, and often there is more than just one possible solution. For example, for database-centric application, often the central database is used for exactly this, sometimes together with an event mechanism when central configuration data changes. | |
| Apr 21, 2021 at 15:15 | answer | added | Hans-Martin Mosner | timeline score: 2 | |
| Apr 21, 2021 at 14:35 | history | asked | orangeBall | CC BY-SA 4.0 |