summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/patches.txt
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 12:38:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-06-27 12:38:38 +0000
commit30125e0aaec9af0724e4e2a8d9ebaa8c9d07f698 (patch)
tree7b18cd7395967c3fc3fcec3c196a65957ee727cb /DOCS/tech/patches.txt
parentcc272caa88d9057d49a44b048ac70ce9649c78c1 (diff)
downloadmpv-30125e0aaec9af0724e4e2a8d9ebaa8c9d07f698.tar.bz2
mpv-30125e0aaec9af0724e4e2a8d9ebaa8c9d07f698.tar.xz
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
Diffstat (limited to 'DOCS/tech/patches.txt')
-rw-r--r--DOCS/tech/patches.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/DOCS/tech/patches.txt b/DOCS/tech/patches.txt
index c68b49b15a..e1d298934b 100644
--- a/DOCS/tech/patches.txt
+++ b/DOCS/tech/patches.txt
@@ -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