diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-11 11:54:48 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-11 12:04:13 +0200 |
commit | 7bf7902f4afef0ece6dc911ce744a2a2afc55cbd (patch) | |
tree | f91d24cfc656cffe53a1f16987b23c2ddeff49ca /Makefile | |
parent | 4c4fd309cf5c0ea28c17c9b90ebe073a66dcaf72 (diff) | |
download | re-name-7bf7902f4afef0ece6dc911ce744a2a2afc55cbd.tar.gz |
Change coding style
This is the coding style used in Plan 9. Eschewing the whitespace
here has several large benefits:
1. Control constructs are much easier to type.
2. Long conditions are very naturally handled:
if(bla && bla && bla
|| yada && yada && yada)
Because "if(" and "|| " (or "&& ") are the same length, the
two parts of the condition are aligned.
3. It becomes much less bothersome to convert a single-statement
body to a multiple-statement body. It may seem minor, but the
extra space is extra work.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions