Think more about this
Tomas Doran [Tue, 2 Aug 2011 20:58:01 +0000 (21:58 +0100)]
TODO

diff --git a/TODO b/TODO
index 80d1f7b..6c74e14 100644 (file)
--- a/TODO
+++ b/TODO
@@ -148,10 +148,13 @@ after BUILD => sub {
   - +    $class->container->get_sub_container('model')->make_single_default;
     +    $class->container->get_sub_container('view')->make_single_default;
 
+    locate_components service vs setup_components method
+      - can we be more lazy?
+      - should setup_components be a service that things like the ->component lookup
+        can depend on?
+      
     get_components_names_types
 
-    locate_components
-
     +# FIXME - t0m, how do you feel about this name?
     +# also, do you think I should draw it here, or just return the data structure?
     +sub get_components_names_types {
@@ -180,3 +183,4 @@ after BUILD => sub {
 
     - expand_component_module
 
+    - People wrapping locate_components in Catalyst.pm