Hacker News new | ask | show | jobs
by preommr 1097 days ago
If you squint almost of all software looks like MVC because it's essentially just, input(data)/processing(controller)/output(view).
2 comments

If you squint just a little more you'll notice a monad is just a monoid in the category of endofunctors.
Software is just a giant ORM.
It's all just one big state machine.