Hacker News new | ask | show | jobs
by accrual 612 days ago
This is really cool! I cut my web development teeth on LAMP (Linux Apache MySQL PHP) and MVC was my favorite pattern to implement. I appreciate how it breaks out each concern into its own folder or files and gives the developer control over the details like session management. For small projects I still find it fun and comfortable to write web apps this way.
1 comments

Thanks!

"Fun" and "comfortable" haven't applied to web dev for a long time in my opinion, and my preference is to keep it as simple and enjoyable as possible.