|
|
|
|
|
by EvanAnderson
83 days ago
|
|
I remember when I looked at Wordpress for the first time, like 15 years ago, and was baffled that a dev/test/prod workflow involved copying filesystem content, database content, and changing URLs that got saved in the database. I couldn't believe what a steaming pile of garbage architecture it was. Fast-forward to last year and I'm asked to look at it again. Surely, I think, in the ensuing time somebody would have rectified the architectural stupidity. It's a wildly popular platform, I thought. Surely it can't still be so terrible... Fool me twice, I guess. >sigh< |
|
This just sounds like deploying web software. You always have static assets that need to be deployed, the code/binary itself, and database migrations.