Post #2073492
2026-05-06 09:57 UTC
The more I read about MVC, the more I'm convinced no one actually knows what it is.
Replies (1)
-
@crocodisle@woof.tech 2026-05-06 10:06
The things people agree on: - A Model should hold business logic/information for processing - A View should present the user with interactivity and handle how it responds to things What no one seems to agree on: - Where a Controller sits in the stack, or what it actually does. - Whether it interfaces with just the database, just between the View and Model, or both.