Posts For Tag: Open Source
How To Speed Up The Code Review
29 Dec 2018
How does the code review process look? You submit a request, then receive feedback, make some fixes, push them, then receive approval and the request is being merged. Sounds nice, right? But sometimes the review process can become really painful....
READ MORETest Coverage: Integration Between CodeClimate and Travis CI
11 Jan 2018
When you maintain an open-source project it is considered a good practice to have a high test coverage, so the community can feel safe about using your code in their projects. There are some services that can analyze your code...
READ MORE