Commit bacc91d9 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a todo about reviewing hadnler split.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1126 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1371f591
...@@ -66,7 +66,9 @@ RC - Review output of pylint (CODE) ...@@ -66,7 +66,9 @@ RC - Review output of pylint (CODE)
- Split protocol.py in a 'protocol' module, gather packet related data - Split protocol.py in a 'protocol' module, gather packet related data
(encoder, decoder, definition), don't use magic code to defined packet (encoder, decoder, definition), don't use magic code to defined packet
types, group, consider using one class per paquet, extract patterns. types, group, consider using one class per paquet, extract patterns.
- Review handler split (CODE)
The current handler split is the result of small incremental changes. A
global review is required to make them square.
Storage Storage
- Implement incremental storage verification (BANDWITH) - Implement incremental storage verification (BANDWITH)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment