|
|
|
|
|
by theboss
4697 days ago
|
|
Can I ask here? Why do a lot of companies insist on keeping their code on GitHub? It seems expensive and they have many service outages from DDoS attacks. It seems like someone could set up their 10 different git servers for a fraction of the price and have greater up-time due to redundancy. And securing your own isn't rocket science either... What am I not seeing that is the big draw to github? |
|
Github provides a great user experience for discussion and managing branches/pull requests. Issue tracking is usable enough that some companies find it sufficient.
The cost is literally unnoticeable for pretty much any company.
"Many" service outages is an exaggeration, I think. It's just selection bias - if you don't use github, and the only time you hear about it is when they get attacked, you'll have an impression that they are under constant attack.
For the companies I have worked at, in short, there was no downside, and decent upside to using it.