FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Conventional Commits – The Best Commit Style I’ve Used
How-ToTools

Conventional Commits – The Best Commit Style I’ve Used

via Dev.to TutorialAchira Nadeeshan1mo ago

Here we go. It’s my second article. So, before going deep into actual development stuff, I thought I’d write about a good developer practice. Something that improves productivity and teamwork — something that’s equally important as coding and engineering. A good commit history. The first time I found out about proper commit styles was from one of my friends. He wrote an article about common commit styles. You can read it here . He covered multiple styles in that article. In this one, I’m only going into my favorite style — Conventional Commits . You can find the official Conventional Commits specification here . It is heavily inspired by the Angular Commit Guidelines . Now, let’s start. Why Even Use a Commit Style? When you get into development, you are definitely going to use a version control system like Git. And when you look at the commit history, you should be able to easily determine: What changed Where it changed When it changed And sometimes even why it changed Even if you come

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
15 views

Related Articles

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 1d ago

Pointers: The Concept Everyone Says Is Hard
How-To

Pointers: The Concept Everyone Says Is Hard

Medium Programming • 1d ago

Learning a Recurrent Visual Representation for Image Caption Generation
How-To

Learning a Recurrent Visual Representation for Image Caption Generation

Dev.to • 1d ago

How-To

# 5 JSON Mistakes Developers Make (And How to Fix Them Fast)

Medium Programming • 1d ago

10 subtle go mistakes that only show up in production
How-To

10 subtle go mistakes that only show up in production

Medium Programming • 1d ago

Discover More Articles