Live data from Hacker News

What is CI and why use it?

blog.rainforestqa.com

1–10 of 47 posts

Re: What is CI and why use it?

#5

JP, author of the post here - let me know if you have any additions / questions! :)

maybe a link to the seminal article by Martin Fowler from 2006 could be useful for those who want to learn more? http://martinfowler.com/articles/continuousIntegration.html

Of course CI is older than 2006 but that article is the most referenced one, and for good reasons IMHO

Re: What is CI and why use it?

#8
The hosted CI solutions like CircleCI looks good, but letting them control my code and do the deployment, really requires quite a bit of trust. It is another chain who can have a security breach, which could let intruders have access to my code.

Re: What is CI and why use it?

#10
post #8

The hosted CI solutions like CircleCI looks good, but letting them control my code and do the deployment, really requires quite a bit of trust. It is another chain who can have a security breach, which could let intruders have access to my code.

Like with all these things it's a trade-off. If security is important to you above everything else, then yeah, host it yourself and spend the extra time. But this is true for only a tiny % of startups.

Also, you're assuming that you're better able to secure this stuff than they are. Which doesn't seem obvious to me.

Post reply on HN