+ 2
user input before running code in codeplayground restriction
Don't you think that codeplayground limit user coding to something that just works when the user entry the data only before the code execute? I like to code programs that interact more than once wtih the user.
5 Antworten
+ 24
yes
//but some users have found ways to deal with that to a good extent
+ 5
@Gaurav, true, some sololearners are really creative to overcome the limitations : )
+ 4
It's actually a wise decision I guess, collecting all necessary input and send them along the code to be processed means one transaction and one traffic, another activity would happen only after the code completed, be it with success or failure.
Contrary, interactive means get the input on demand, means more transactions on the server and more traffics to send data back and forth, to and from server, which eventually means, more workload for the server.
For a few connections this is fine, but for the many SL users to do that at almost the same time?
+ 4
That’s why I do most of my code in Visual Studio.
+ 3
yeah, i know SL is big and it would be pretty much data being processed at the same time but it limits your coding, although there are nice and creative codes in the community