Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Blogs

Authors This repository contains all code examples that are from blog posts in ArjanCodes blog

Creating blog code

  • Create branch with name of the blog post
  • Create a folder with the name of the blog post
  • Use poetry to init the project

Updating blog code

  • Use branch prefix update/*
  • State clearly in commits what has been changed and which blog post it affects

Naming convention

branch: snake_case folder name: snake_case

Branch prefixes:

  • new/*
  • update/*
  • delete/*

Examples:

[https://www.arjancodes.com/blog/best-practices-for-python-custom-collections/]

  • Branch: new/best_practices_for_python_custom_collections
  • Folder: best_practices_for_python_custom_collections

[https://www.arjancodes.com/blog/improving-python-application-performance-with-nuitka/]

  • Branch: new/improving-python-application-performance-with-nuitka
  • Folder: improving-python-application-performance-with-nuitka

About

This repository contains all code examples that are from blog posts in ArjanCodes blog

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors