Refactoring box-tuple: review fixes.
Spell check the comments. Remove unnecessary changes. Be strict about not including more than necessary. Update copyright headers. Do not put static functions after non-static: a function can become non-static in future, and it should not require moving it around in the .m file.
Showing
- core/pickle.m 15 additions, 0 deletionscore/pickle.m
- include/pickle.h 2 additions, 0 deletionsinclude/pickle.h
- mod/box/box.h 4 additions, 5 deletionsmod/box/box.h
- mod/box/box.m 3 additions, 3 deletionsmod/box/box.m
- mod/box/index.m 1 addition, 0 deletionsmod/box/index.m
- mod/box/memcached.m 1 addition, 0 deletionsmod/box/memcached.m
- mod/box/tuple.h 49 additions, 63 deletionsmod/box/tuple.h
- mod/box/tuple.m 58 additions, 98 deletionsmod/box/tuple.m
Loading
Please register or sign in to comment