Git, Forgejo & Some Aspects of Python
Pen and Paper in Pairs
- number bases
git
- ssh key pair
public key on Forgejo
ssh -T forgejo@git.auc-computing.nl
ssh config
~/.ssh/configHost git.auc-computing.nl IdentityFile ~/.ssh/id_ed25519
- Forgejo collaboration
- Pair programming exercise
- planning and division of labour
- issues
- good commit messages
- at least 10 commits each
etc
- Why numbering should start at zero by Edsger W. Dijkstra
- The difference between start and end equals the number of elements in the sequence.
- Sequences starting with the smallest natural number should not be represented using something that is not a natural number.
- When starting with index one, we need a clumsy plus one for the end.
- When starting with index zero, each index is the number of elements which precede it.
- 20260216-jotter