Skip to content

Commit b9d7f81

Browse files
authored
Update README.md
1 parent 846abd3 commit b9d7f81

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# commit-driven-development
1+
# 🧩 Commit Driven Development
2+
3+
- Description
4+
- Steps
5+
- Build a feature example
6+
- Explore a feature branch
7+
8+
> Repo to show some ideas presented in Git Merge 2022 Chicago by Carlo Gilmar
9+
10+
This is just a technique not just to write better commits, it's a way to achieve clarity and increase your order before code. In honor to Test Driven Development, this is about **write your commits before write your code**.
11+
12+
# Steps 👣
13+
14+
1. Think about your feature, break it up in small steps about how to solve it in code.
15+
2. Write down a list of commit descriptions. Every commit should represent one of your steps.
16+
3. Try to write atomic descriptions and be specific with your commits.
17+
4. Code your steps.
18+
19+
# Extra Steps 🚀
20+
21+
5. Read your commit history log, can you recognize your build process through your commits?
22+
6. Give your branch to another collegue and ask him about what could he read in your commit log.
23+

0 commit comments

Comments
 (0)