On 08/25/2011 09:49 AM, Alexander Eberspächer wrote:
Hello list,
I hope this patch fits the needs a bit better.
Hi Alex,
For C# (and probably C++ ?), the for loop should probably be more like D and Java (ie. `for (int i=0; ...`).
Also, Python should not have `for i in xrange(...)` since it has been removed from Python 3 and this type of loop is considered "bad style" even in Python 2.
I know these aren't from your patch, but since you're fixing up the snippets file :)
Cheers, Matthew Brush