putting back accidentally removed lines
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index f43c21a..2c419a7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -123,6 +123,11 @@ after BUILD => sub {
 
 ### To polish off / t0m review
 
+    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?
+
     -    my $accept_context_args = $self->param('accept_context_args');
     +    my $accept_context_args = $params{accept_context_args};
     ^^ This (may be) wrong! I am thinking the service should be allowed to mangle the