|
|
|
|
|
by stcredzero
6601 days ago
|
|
I've just noticed that there are two "impedance mismatches" in a lot of applications. UI -> Domain Model -> Persistence Most people know of the 2nd one. The 1st one is just as big an impedance mismatch! Most of the ways of doing UIs are not OO. If UIs were OO in a given environment, then naive developers following the path of least resistance starting from the GUI "hello world" would naturally build an OO application. Are there any environments like that? Is Rails one such environment? |
|
Erlang comes to mind as a good event-based language. Strangely, it is rarely (if ever) used for UI.