code improvements in Catalyst::Controller
[catagits/Catalyst-Runtime.git] / TODO
1
2   - Add Class::Accessor compats
3     * Catalyst::Request
4     * Catalyst::Response
5     * Catalyst::Dispatcher
6     * Catalyst::Request::Upload
7     * Catalyst::Action
8     * Catalyst::ActionChain
9     * Catalyst::ActionContainer
10
11   - Make classes immutable at setup() time
12
13
14   - GRODITI's list:
15     * comments marked /Moose TODO/i in the code
16     * Fix the CDI compat hack so we can start moving to immutable
17     * Profile before and after immutable.
18     * Now would be a good time to lay ground for the App / Ctx split
19     * Howto mantain branch in sync with the latest checkins ?
20     * Eliminate all instances of $instance->{$key}
21     * MooseX::Emulate::CAF seems to be working like a charm :)
22     * General code cleanups can't hurt
23     * How do we move from NEXT to C3 ? I have never used either of them
24       - What does the lineraized mro look like when we are using moose 
25         method modifiers?
26         - Does they all get clumped together or what? Is it a non-issue?