Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Hmmm. That's why my senior dev in his 50s-60s does not want to use repositories. Tsk!
-
Okay, remember, if you bury them after you killed them horribly when (yes, when not if) the entire project burns up and months of work are down the drain because some hard drive died put a dead rabbit 1,5m above them. The cops will think the dogs sniffed the rabbit and won't find the corpses so you can switch to a company with effective version control.
-
bepoXY11507y@Photon156 Both. you know what's worst? Instead of having commit messages, he even asked me to send him an email if i updated / change something on the source code.
-
Bikonja23867yStill the most painful thing about this rant is "codes".
But yeah, the rest of it is terrible as well. -
@Photon156 I agree. You could technically still do "pulls" from the ftp on a separate branch and then run a merge and check for conflicts that way?
-
agree, set up quietly a propper git repo, win over the other devs.
write a script that watches the changes on that ftp server via ssh. -
xsacha4317yIt takes 5 seconds to install git, 5 seconds to git init, 10 seconds to git config your name and email. You've already surpassed USBs.
Now it takes about 5 minutes to setup a Bitbucket and you have now surpassed any sort of distribution method involving zips and USBs. -
pain04861717yI just don't understand how or why anyone would want to work without some form of source control. Seriously what do they do when some idiot pushes shit code? How do you tell who did what? How do you see previous changes? It's fucking insanity!
-
OP may not have meant "he doesn't understand version control because he's old." He may have just meant, "You have more experience than me and you still don't use version control?"
Related Rants
*Dev in his 40's from our counter-part office.
Me: Here's my SSH keys.
Dev: What's this?
Me: SSH keys. Give me access to the repository.
Dev: We don't use any version control here. Let's just use FTP or Remote Desktop and just download the codes.
undefined
wk66