Commit 7f317b09 authored by Grégory Wisniewski's avatar Grégory Wisniewski

This work was done in r1350.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1465 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5694ed93
......@@ -115,8 +115,7 @@ RC - Review output of pylint (CODE)
- Split protocol.py in a 'protocol' module
- Review handler split (CODE)
The current handler split is the result of small incremental changes. A
global review is required to make them square. Consider rename handler
methods without the 'handle' prefix.
global review is required to make them square.
- Make handler instances become singletons (SPEED, MEMORY)
In some places handlers are instanciated outside of App.__init__ . As a
handler is completely re-entrant (no modifiable properties) it can and
......
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