Was this helpful?
0 votes
|
The MVC pattern is quite often used on the server-side when writing web applications, for instance ASP.NET, PHP, Ruby on Rails. Being a JavaScript developer, I am wondering whether we should segment our JavaScript code, the client tier of our web applications, into similar Model-View-Controller structures, or not. Is there really a need of this pattern on the client side? |
asked | Apr 15, 2016 |
viewed | 403 times |
active | Apr 15, 2016 |