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
-
michael3279ypeople not using source control but updating projects just with FTP are psychopaths. At least if the project is huge and a source control makes sense.
-
waitwhat3319yI'm terrified by the thought that companies like this exist out there. How do you manage your codebase then?
-
The very first lesson I was taught out of university is "you have to use source control because when it goes tits up you can at least figure out what changed ", God bless my first cto
-
LPII1829yAlot of people dont believe me when I tell them that so many startups dont think twice about some kind of source control solution.
-
web4041169yI know some ASPx VB programmers who only have the code on their machine, the webserver, and an external drive (however the external drive is at least a few months old)...
Same with FoxPro, what ever version is currently running in production is the only complete set source...
$ git commit -m 'automated batch' -
I don't even consider it an extra step. It is a natural part of my work flow and it should be for other devs too.
Why is it so hard to convice coworkers (other programmers) to use source control? Yes it's an extra step every day or so but it can be so helpful and save so much more time tracking down versions and when the bug first appeared. Also, piece of mind if your computer every gets hosed.
undefined
svn git tfs