View Single Post
Old 07-08-2022, 01:56 PM   #30
activeStick
Franchise Player
 
activeStick's Avatar
 
Join Date: Jan 2014
Exp:
Default

Quote:
Originally Posted by photon View Post
Yeah, continuous delivery doesn't mean just shipping code directly to prod and hoping it works lol.

I've worked at places where the prod deploy method was for the dev to use an FTP window to drag and drop the files from his computer to prod. Not even any version control!

I worked on one product where the build process was broken and I had to manually compile individual files and copy them up to the right place on the server. They paid for that extra time but wouldn't pay me to fix the build.

Heck one product I had to use a diff utility to copy/paste the changes to a massive single file perl script to have the new functionality but maintain the prod-specific tweaks. Brutal, but the fact it worked made them not want to spend any money on improving the process.
LOL. I hear ya, photon. Without naming names, it's alarming how some of the largest corporations do things in IT and it's the same across different industries.
activeStick is offline   Reply With Quote