|
|
|
|
|
by pmjones
1396 days ago
|
|
"I’ve seen things you people wouldn’t believe. Codebases on fire, edited in production. I watched websites uploaded from development through an FTP gate. All those files will be lost in time, like tears in rain. Time to die()." More seriously, the volume of development happening without version control is astounding. FTP-ing an entire codebase to a production directory, with the files named ".bak.1", ".bak.2", etc. is still a common thing. (For what it's worth I wrote a book on Modernizing Legacy Applications in PHP https://leanpub.com/mlaphp so this subject is close to my heart.) |
|