phpc.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A server for PHP programmers & friends. Join us for discussions on the PHP programming language, frameworks, packages, tools, open source, tech, life, and more.

Administered by:

Server stats:

801
active users

@mwop I love it when people invent better ways to do their thing.

A long time ago, I invented a great new layered pattern of PHP development, where I split out three layers that logically belonged together. I had a layer for data persistence, a layer for handling request and response, and a layer for generating the interface.

It wasn't until about a year later that I learned I had "invented" MVC

@Skoop @mwop I did this when I essentially invented event sourcing about 15 years ago. Turns out it had been invented at least 5 years earlier 🤦‍♂️

@anthony @mwop I guess every developer has a story like this ;)

@mwop That is the Laravel Way...

@mwop oh, those static '::run()' calls...

@mwop The internet is full of such nonsense in the last 6 or so years...