All Questions
2 questions
-1
votes
1
answer
2k
views
Best practice - Single or Multiple source code repository
As mentioned here:
The main aim of CI is to prevent integration problems, referred to as "integration hell"
Our project is a 3-tier web application, with frontend(Angular 6), backend(Springboot) &...
-3
votes
3
answers
316
views
What is the most elemental workflow for TDD?
Gradle is such an interesting build tool that it prompted me to look at Spock and JUnit -- which I've never done before. What is the basic workflow with TDD?
My approach has been to do frequent ...