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
-
We had an intern who refused to use git, why do it complicated when you can just upload it to googledrive?
-
palash251296y@Codex404 clearly he/she had never written software. I cannot even imagine trying to understand my old code without looking at individual commits.
What happened with the intern? Did they learn git and change their opinion? -
1. Copy & commit the project locally into a repository.
2. On the original (Google Drive/Dropbox/Windows share/whatever), start changing random bits of code, deploying to production multiple times a day.
3. When everything is fucked up beyond repair, tell them they can install git, and set your laptop as their remote to restore. -
endor57516y@DLMousey let's not forget another fundamental point: collaborative work.
Two people editing the same file in different ways, each overwriting eachother's changes every time they upload to google drive.
What's that, manual integration of both changes? Lol, good luck with that! -
@palash25 we gave him the choice to work with git or find another internship. So he started using git. But 3 weeks later he was gone because he wouldn't work with anything.
-
palash251296y@Codex404 I know a few such people who are reluctant to learn anything new just because they are not comfortable with it. Clearly with this attitude they can never write good software.
-
My colleagues...
Then I showed them why I use it along with the huge amount of times it saved my life...
then, they are like: "ah, still don't care"
Related Rants
Her: What's source control?
Me: Explain
Her: Why do we need that? I don't see a purpose
rant
wk112