0
Code Playground Update
anyone else have the issue with code playground where it asks for input first before rendering the question itself first? If the developers happen to read this, do you have any idea when this will be fixed? I've tested this on at least c# no clue if the others are doing it
1 Antwort
+ 1
It's not a defect but the way the program handles the code. if it sees that you are requesting user input, it will just prompt you for all the inputs for your code before it runs. so if you have multiple selections; you enter them all. the reason is thaylt it does not return pre-compiled code but rather returns your code as if it had been compiled then run with those inputs. It's also for security reasons... to prevent people from running malicious codes on the server side.