I used Guard.Against a lot in my code it such a nice tiny little helper after reading ASP.NET MVC nerd dinner I wonder if I should modify Guard API a bit: Instead of modify existing Guard.Against I thinking of having two additional method
* Guard.Check(bool, string) if true queque error into _errors = List<string>(); * Guard.Report(); Will throw exception with List<string> Does it make sense? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
