blue lion to GreentextEnglish · edit-21 month agoAnon is a math prodigymessage-squaremessage-square27fedilinkarrow-up1335arrow-down19file-text
arrow-up1326arrow-down1message-squareAnon is a math prodigyblue lion to GreentextEnglish · edit-21 month agomessage-square27fedilinkfile-text
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up21arrow-down1·1 month agoFile fails to compile, web server tries to run the file, error.
minus-squaresugar_in_your_tealinkfedilinkarrow-up2·1 month agoNodejs exists. Here’s a JS snippet that would throw an exception: for (x = 0; x < 5 x++) {}
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·1 month agoif your server runs user-submitted code server side, that’s a paddlin
minus-squareBlack616Angel@discuss.tchncs.delinkfedilinkarrow-up3·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 Dot@feddit.uklinkfedilinkarrow-up1arrow-down2·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-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up3·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.