mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-07 15:17:39 +00:00
Through the libabigail project, we try to: 1/ make function names start with a verb 2/ avoid shortening function names, *unless* longer names make the current line exceed 80 characters per line. We believe these rules improve legibility for people reading the code. This patch slightly changes abipkgdiff.cc file to comply with the above. * tools/abipkgdiff.cc (extract_package): Renamed extract_pkg into this because shortening 'package' into 'pkg' provides no legibility improvement. (compare_packages): Renamed pkg_diff() into this, so that the name of the function starts with a verb, and the shortened 'pkg' word is renamed back to the 'package' word. This way, the code almost reads like normal English sentences with verbs and complement, thus enhancing legibility and easing latter maintenance. (main): Adjust for the changes above. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
.gitignore | ||
abiar.cc | ||
abicompat.cc | ||
abidiff.cc | ||
abidw.cc | ||
abilint.cc | ||
abipkgdiff.cc | ||
abisym.cc | ||
binilint.cc | ||
Makefile.am |