mirror of
https://github.com/mpv-player/mpv
synced 2025-02-03 13:41:49 +00:00
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:
parent
cc272caa88
commit
30125e0aae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user