readme.md: reviewer's guide: check for PR completeness (i.e. nothing is missing)

This commit is contained in:
Johnny English 2020-03-31 14:52:08 +02:00
parent 36f5e16b91
commit 23290daed9
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ Reviewing changes to `src/*` and `nuklear.h`:
* Ensure C89 compatibility.
* The code should work for several backends to an acceptable degree.
* Check no other parts of `nuklear.h` are related to the PR and thus nothing is missing.
* Recommend simple optimizations.
* Pass small structs by value instead of by pointer.
* Use local buffers over heap allocation when possible.