Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
andix
on May 9, 2022
|
parent
|
context
|
favorite
| on:
MVC frameworks aren't dinosaurs but sharks
MVC is a great pattern, that solves some problems very well. Quite often it is just overkill, and makes the solution much more complicated.
But I don’t really see why you need a MVC framework for doing MVC.
collyw
on May 9, 2022
[–]
If you are doing MVC why wouldn't you use a framework? Lots of well tested code written for you already. Why reinvent the parts of the wheel the are there already?
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But I don’t really see why you need a MVC framework for doing MVC.