I am creating a small GUI application with MacRuby, and since I am from .NET world (WPF) I want to use MVVM pattern in my app. But I am not sure if it is OK ti walk MVVM way with Ruby, because probably there can be another more suitable way in MacRuby ecosystem. So should I use MVVM, or anything else to create lean concern separated classes?
Asked
Active
Viewed 43 times
1 Answers
0
With the Cocoa framework, the MVC design pattern is central to a good design.
Here is a discussion on the differences between MVC and MVVM.

Community
- 1
- 1

jtomschroeder
- 1,034
- 7
- 11