Are there any scientists here that wish they could be replaced with artists?
I think it would be cool to be able to fap to something you made. のヮの
Name:
Anonymous2010-03-29 14:59
>>4 or the number of spaces between an if and its parameters to be variable throughout the code "because it looks good."
I've actually seen this before in code written by a physicist. He was lining up the ultimate exit conditions in a set of nested loops.
if( x && y && z)
goto exit_the_loop;
...
if( x && !y && !z) {
goto exit_the_loop;
...
if( x && y && !z) {
goto exit_the_loop;
...