Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Much easier to catch (Score 1) 694

But on the other hand if you restructure the code using different abstraction points (printf outside of the function call instead of inside of it, and looped outside instead of using recursion in the function for example) then this method will bet by most if not all code checkers. This also implies a level of knowledge of the program that is above that required to change comments and spacing. If I can't figure something out, I'll go find a solution, then understand the solution, then rewrite it. This could be considered plagiarism but in the end I still learned what was needed, where is the line drawn really?

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...