On Tue, 2010-03-02 at 14:08 -0800, Markus Roberts wrote: > Just glancing at the code between meetings, it looks as if it might be > cleaner to just push all the Puppet[:casesensitive] --> sensitive --> > blah.downcase logic down into evaluate_match and not trying to finesse > it at the calling level. > > Thoughts?
Doing that would produce cleaner code, but would force us to constantly call downcase for the comparing value each time we want to compare it with a case value. This would hurt my feelings (I like efficient things) :-) -- Brice Figureau My Blog: http://www.masterzen.fr/ -- You received this message because you are subscribed to the Google Groups "Puppet Developers" 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/puppet-dev?hl=en.
