« Return to Thread: try-except in generator methods

Re: try-except in generator methods

by Cedric Vivier :: Rate this Message:

Reply to Author | View in Thread

On Jan 26, 2008 5:58 PM, Daniel Grunwald <daniel@...> wrote:
string.Format: no, string.Format parses the format string and then calls
StringBuilder - so the current implementation is more efficient.
Since the number of items is known at compile time, even better would be
to simply use a single string.Concat call.


Yes! We should do that when the number of item is known at compile-time :)
Let's open a JIRA bug for this.

 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang
-~----------~----~----~----~------~----~------~--~---

 « Return to Thread: try-except in generator methods