Click here to Skip to main content
15,895,822 members

Comments by LostTheMarbles (Top 9 by date)

LostTheMarbles 2-Sep-14 5:46am View    
Reason for my vote of 1 \n The code is a mess and isn't commented, it really needs cleaning up and explaining properly to make it understandable or useful.
LostTheMarbles 17-Jul-14 9:24am View    
Reason for my vote of 5 \n Useful information and clearly presented. Thanks
LostTheMarbles 23-Jun-14 6:01am View    
Reason for my vote of 4 \n Nice article but one question:

allWords is defined in the using block so drops out of scope once that block is completed, why not store the list of words somewhere so it can be used multiple times.

I'd also do as little work as possible within that using block, it's only really there to protect the reader.
LostTheMarbles 16-Jun-14 8:48am View    
Reason for my vote of 1 \n As far as I can see:

There's no useful information in this post, you don't explain what you're trying to do, you don't explain how you're doing things, there're no visible results we can use to verify your results.
LostTheMarbles 3-Jun-14 4:04am View    
Reason for my vote of 3 \n It'd be nice if you covered why this is necessary and maybe explain the code sample a little more.

What makes the method an extension method etc.