All Questions
Tagged with responsive-design mvc
2 questions
0
votes
0
answers
77
views
For a responsive app, do frequent conditionals checking device size indicate a code smell or antipattern?
I have joined a team working on a large and mature responsive website (using a javascript MVC framework), and one thing I frequently see in the codebase is branching code in controllers or components ...
1
vote
2
answers
1k
views
What about using MVC as the way to provide Responsive Web Design?
Responsive Web Design shows the user different elements -- or elements arranged in different ways -- by using media queries (if the device is a desktop or laptop, show them this; if a tablet, show ...