Closed GoogleCodeExporter closed 8 years ago
Original comment by azizatif
on 17 Jan 2010 at 11:22
Thank you for the code review. In response to your comments:
1. Regarding UTF-8 signature - VisualStudio is typically configured to create
.cs
files as UTF-8. Other files in MoreLINQ also appear to be UTF-8, so hopefully
what
I'm committing is consistent. If there's a different default encoding, please
let me
know - and I will update my settings so as to be consistent.
2. I agree with the suggestion for the improved error message. I will update
the code
to reflect your proposed wording.
3. My personal coding style has been to use Pascal case to identify delegates
passed
to methods - I find it to be less confusing. It also makes the call site look
more
like a function call. However, it does appear that most other operators in
MoreLINQ
use camel case for delegates, so I will update my implementation to be
consistent.
Original comment by ambientl...@gmail.com
on 17 Jan 2010 at 11:45
> VisualStudio is typically configured to create .cs
> files as UTF-8.
Interesting. Looks like mine is not typically configured. Point 1 is not a big
problem. Just thought I'd point it out. I usually work a lot on the command
line so I
notice those signature characters a lot where they don't get always filtered
out.
3. I think this will become more pronounced with named arguments being
introduced
with C# 4.0 so better to address it now.
Otherwise, great stuff!
Original comment by azizatif
on 18 Jan 2010 at 7:00
Original comment by azizatif
on 23 Jan 2010 at 11:16
Now migrated to Hg and available in clone:
http://code.google.com/r/azizatif-morelinq-evenmore/
This clone is ready to be cloned :O) for further review. It also has the
main/default branch already merged in to bring it up to date.
Original comment by azizatif
on 25 May 2012 at 11:38
Following no response from ambientlion (who possibly/assuming lost interest
given it has taken years to get this far), taking ownership of issue to
consider as addition for MoreLINQ 2.0 milestone.
Original comment by azizatif
on 12 Jun 2013 at 10:10
This issue was closed by revision ecbb044b3f86.
Original comment by azizatif
on 14 Jun 2013 at 5:18
Original issue reported on code.google.com by
ambientl...@gmail.com
on 17 Jan 2010 at 3:56