Skip to content

Instantly share code, notes, and snippets.

View mengtongun's full-sized avatar
:electron:
Working From Another Universe

SaTy mengtongun

:electron:
Working From Another Universe
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active May 6, 2025 04:53
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@sloria
sloria / bobp-python.md
Last active April 27, 2025 07:06
A "Best of the Best Practices" (BOBP) guide to developing in Python.

The Best of the Best Practices (BOBP) Guide for Python

A "Best of the Best Practices" (BOBP) guide to developing in Python.

In General

Values

  • "Build tools for others that you want to be built for you." - Kenneth Reitz
  • "Simplicity is alway better than functionality." - Pieter Hintjens