Goz3rr / SatisfactorySaveEditor

293 stars 75 forks source link

Improper MVVM architecture #266

Open Aurumaker72 opened 1 year ago

Aurumaker72 commented 1 year ago

Various ViewModels contain references to platform-specific namespaces such as:

This is a violation of the platform-agnostic ViewModel principle of MVVM.