Skip to content

Commit

Permalink
📨 new blogpost! "why i like small commits"
Browse files Browse the repository at this point in the history
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
  • Loading branch information
SindreKjelsrud committed Jul 16, 2024
1 parent 61e58a5 commit cef8ca4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content/blog/why-i-like-small-commits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "why i like small commits"
pubDate: 'July 16 2024'
description: ""
draft: false
---
I like small commits. Why? Well first of all they make it easier to take over code from others, since it shows a coherent thought by simply having code split into smaller fragments.

A benefit of this is that you continuosly scope the task at hand, which in return gives you a better overview of the project. You'll minimize the time the codebase is in a non-functioning state, as well as not getting distracted by *just solving one more thing*.

A bonus for having small commits is that the commit message will be small and easily to describe. Additionally, I like using [**Gitmojis**](https://gitmoji.dev) as a way to identify the purpose of the commit.

This is why I like small commits.

0 comments on commit cef8ca4

Please sign in to comment.