130
kmccmk9
6y

Her: What's source control?

Me: Explain

Her: Why do we need that? I don't see a purpose

Comments
  • 37
    Seems like you didn't explain it good enough.
  • 4
    Who is this 'her'??
  • 5
    Oh she will know. She, herself, will become source control's advocate.
  • 5
    We had an intern who refused to use git, why do it complicated when you can just upload it to googledrive?
  • 0
    @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?
  • 0
    @DLMousey very well put
  • 2
    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.
  • 1
    @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!
  • 1
    @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.
  • 2
    Why do you need her ? I don't see a purpose.
  • 0
    username says it all
  • 1
    @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.
  • 1
    @palash25 definitely an attitude u cannot have, if u want to be a programmer at all :D
  • 0
    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"
Add Comment