Explain that commenting string operations is important.

patch by Alexander Strasser <eclipse7@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12702 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-06-27 12:38:38 +00:00
parent cc272caa88
commit 30125e0aae
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,10 @@ that your patch will be included.
any remaining cosmetics!
5. Comment parts that really need it (tricky side-effects etc).
Commenting trivial code not required. Comments must be English!
Always document string operations! Comment on what you are doing
and why it is safe. This makes it easy to review and change your
code if needed. Commenting trivial code not required.
Comments must be English!
6. If you implement new features, add or change command line switches or
modify the behavior of existing features, please do not forget to also