blue lion to [email protected]English • edit-21 month agoAnon is a math prodigymessage-square26fedilinkarrow-up1333arrow-down19file-text
arrow-up1324arrow-down1message-squareAnon is a math prodigyblue lion to [email protected]English • edit-21 month agomessage-square26fedilinkfile-text
minus-squareunalivejoylinkfedilinkEnglish20•1 month agoFile fails to compile, web server tries to run the file, error.
minus-square@[email protected]linkfedilink2•1 month agoNodejs exists. Here’s a JS snippet that would throw an exception: for (x = 0; x < 5 x++) {}
minus-squarelime!linkfedilinkEnglish1•1 month agoif your server runs user-submitted code server side, that’s a paddlin
minus-square@[email protected]linkfedilink3•1 month agoIt never said user code. This could as well be an intro to php and the server may be set to not show errors and instead just fail. The lecturer then writes some code, forgets a semicolon and gets a 500.
minus-squareEcho Dotlinkfedilink-1•1 month agoIf the file failed to compile the server wouldn’t execute it because a file wouldn’t be created. A compile error stops the process, It doesn’t result in a corrupted output, since that would be really stupid.
minus-squareunalivejoylinkfedilinkEnglish3•1 month agoYou must have never used the eclipse Java compiler.
File fails to compile, web server tries to run the file, error.
Nodejs exists. Here’s a JS snippet that would throw an exception:
for (x = 0; x < 5 x++) {}
if your server runs user-submitted code server side, that’s a paddlin
It never said user code.
This could as well be an intro to php and the server may be set to not show errors and instead just fail.
The lecturer then writes some code, forgets a semicolon and gets a 500.
If the file failed to compile the server wouldn’t execute it because a file wouldn’t be created. A compile error stops the process, It doesn’t result in a corrupted output, since that would be really stupid.
You must have never used the eclipse Java compiler.