NamedPF? NamedPartial? Neither one sounds really great, but I can't think of anything better...
Derek On Wed, Nov 26, 2008 at 1:21 PM, David Pollak <[EMAIL PROTECTED] > wrote: > Folks, > > One of the things that came out of the Lift Workshop was the need for > tracing of rewrites, sitemaps, etc. > > Most of the rewrite, etc. logic is buried in PartialFunctions that are > composed together. > > In order to accommodate the need to trace what code is changing requests, > matching stuff for sitemaps, etc., I need to add a name to the > PartialFunction... a trait I'm calling "NamedPartialFunction" > > I'm going to create a helper object that will vend NamedPartialFunctions > and do other things (like tracing their execution). I'd like to have a name > that's shorter than NamedPartialFunction, but longer than NPF. Any ideas? > > Thanks, > > David > > -- > Lift, the simply functional web framework http://liftweb.net > Collaborative Task Management http://much4.us > Follow me: http://twitter.com/dpp > Git some: http://github.com/dpp > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
