User talk:WillNess: Difference between revisions

no edit summary
m (mistyped some)
No edit summary
Line 25:
:: I don't think that that code is mine, at least not directly (the whole sieve thing went out of control with all kinds of arguments around it, which lead to a pile of stuff that goes against simple examples, and I got tired of fighting it at some point). Still, I'd like to see it stays at roughly the same level with no further obscuring optimizations... As for the spacing, being a newbie or not is really not a good factor (if only because many real newbies writing single parens on a line in an attempt to mimic C), instead, it should be as standard looking as possible, and double spaces is something that is not. --[[User:Elibarzilay|Elibarzilay]] ([[User talk:Elibarzilay|talk]]) 19:38, 9 November 2015 (UTC)
::: here's [http://rosettacode.org/mw/index.php?title=Sieve_of_Eratosthenes&diff=189084&oldid=189079#Infinite_list_of_primes your edit with the <code>(ints-from 3 2)</code>] throughout, and some additional spacing in the <code>else</code> clauses which I interpreted as arbitrary space to achieve code alignment for visual effect. I'll remove the double spacing an retain that additional space in the else clauses, shortly. -- [[User:WillNess|WillNess]] ([[User talk:WillNess|talk]]) 20:54, 9 November 2015 (UTC)
:::: The edits being done by me don't say much, since code was shuffled a lot, and it's likely that I copied and/or translated things while doing that. But whether I copied it or I did it, the general thing is that optimizations that obscure the code should be avoided here... Thanks for the edits! --[[User:Elibarzilay|Elibarzilay]] ([[User talk:Elibarzilay|talk]]) 22:45, 10 November 2015 (UTC)