/useful/trunk-1

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/useful/trunk-1

« back to all changes in this revision

Viewing changes to HACKING

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-14 11:47:07 UTC
  • Revision ID: git-v1:8ab298a55bc6629f1bf4fc1660469a59f4ebf0cf
General fixup.

* Removed unused ARGS declarations.

* Made all variabels start with two underlines

* Expilitly declared functions as such.

* Expilitly declared strings (file names and such) as strings
  at the start of the files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
```
18
18
#!/usr/bin/env bash
19
 
#####
 
19
####
20
20
# FILE NAME: my_script.sh
21
21
#
22
22
# Provides a hypothetical example.
25
25
# 2021-01-01:
26
26
#   * Some hypothetical change.
27
27
#
28
 
#####
 
28
####
29
29
 
30
30
 
31
31
__MY_FLAG=0