Skip to content

Commit cb1c771

Browse files
feat(ai): polishing the content
1 parent 38e978b commit cb1c771

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/recommendations.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Recommendations
2+
3+
## 1. Unit vs Integration Tests
4+
//TODO;
5+
6+
## 2. Mockito vs In-Memory Implementation for Mocking
7+
//TODO;
8+
9+
10+
## 3. Should I aim for 100% Test Coverage?
11+
//TODO;
12+
13+
## 4. Testcontainers tests are taking too much time. What should I do?
14+
//TODO;
15+
16+
17+
## 5. How to enforce a common coding style in a team?
18+
//TODO;

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ theme:
1515
nav:
1616
- Home: index.md
1717
- Concepts: concepts.md
18+
- Recommendations: recommendations.md
1819
- Implementations:
1920
- Spring Boot: spring-boot-impl.md
2021
- FAQs: faq.md

0 commit comments

Comments
 (0)