blob: 3562ffe1a663ce6deb5fa096d0b091cbc4d57ae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# TODO
Adjust code to reflect the google style guide. Use this to practice navigating the Vim quickfix list.
* comment complex functions
* comment all lib functions
* TODOs always with a name in it, e.g. "TODO(paul): BLabla"
* fix signle vs double quotes: strings without var interpolation
* [[ ]] is preferred over [ ]
* bash -c 'help readarray' trick, zsh alias/function for bash help
* avoid a stand alone (( i++ ))
* rename ./modules to ./packages
* buetow.org.conf: declare -xr FOO=bar both constant and env.
|