---
title: "Long variable names are good"
description: "🏷️ Long variable names are a good thing. Self documenting code is more important than poorly documented code. Simply adding a few characters to your..."
date: 2020-02-24
published: false
tags:
  - python
template: blog-post
---


🏷️ Long variable names are a good thing. Self documenting code is more important than poorly documented code. Simply adding a few characters to your variable names can go a long ways.

## Containers are plural

## Aliases are welcome

Scope is important
