blue lion@sh.itjust.works to Greentext@sh.itjust.worksEnglish · edit-25 days agoAnon is a math prodigymessage-squaremessage-square27fedilinkarrow-up1322arrow-down19file-text
arrow-up1313arrow-down1message-squareAnon is a math prodigyblue lion@sh.itjust.works to Greentext@sh.itjust.worksEnglish · edit-25 days agomessage-square27fedilinkfile-text
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up21arrow-down1·5 days agoFile fails to compile, web server tries to run the file, error.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up2·3 days agoNodejs exists. Here’s a JS snippet that would throw an exception: for (x = 0; x < 5 x++) {}
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·4 days agoif your server runs user-submitted code server side, that’s a paddlin
minus-squareBlack616Angellinkfedilinkarrow-up3·4 days 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·4 days 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·4 days 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.