Hacker News new | ask | show | jobs
by ussy 1992 days ago
Thank You for the points.

As a complete noob please can you elaborate on the last point. Thanks again.

1 comments

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.
I understand now. I probably need to read further on it. Thanks.