diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2011-01-11 15:49:57 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-18 09:02:23 -0800 |
commit | 5094d158741f0f62d69bba8e07dcdb6308528888 (patch) | |
tree | f924d2f8f6dc2b260153a67663499a086f225849 /notes-merge.c | |
parent | userdiff: simplify word-diff safeguard (diff) | |
download | tgif-5094d158741f0f62d69bba8e07dcdb6308528888.tar.xz |
t4034 (diff --word-diff): style suggestions
Rearrange code to be easier to browse:
- first data
- then functions
- then test assertions
Mark up inline test vectors as
cat >vector <<-\EOF
data
data
EOF
for visual scannability. Use words like "set up" for tests that set
up for other tests, to make it obvious which tests are safe to skip.
Use repeated function calls instead of a loop for the
language-specific tests, so the invocations can be easily tweaked
individually (for example if one starts to fail).
This means if you add a new subdirectory to t4034/, it will not be
automatically used. I think that's worth it for the added
explicitness.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'notes-merge.c')
0 files changed, 0 insertions, 0 deletions