Hacker News new | ask | show | jobs
by pachico 1991 days ago
Sure, by CI I mean continuous integration, which is a huge topic but with a simple goal, which is to be able to safety introduce changes to a project by one or more developers. It's usually related with solid testing strategies, static code analysis and the software that puts both things together.
1 comments

I understand now. I probably need to read further on it. Thanks.