What is sandboxing?
Betty Blocks has an option called sandboxing for your application. If you have never programmed before, this won’t immediately make sense – so, what is it exactly?
Sandboxing is a way of splitting up your application into multiple applications, so to speak, which allows you to develop your application without changing the production application. Now, you might be thinking, but that’s exactly what I want to do – change my production application. Of course, that’s the goal, but if you are making a change to your production application and someone visits your application at that point, they might get a broken page, for example – and you don’t want that. You want users to be able to keep doing what they are doing while you work on your application because it might take several hours or maybe even a few days before you are done with making your changes and testing them. This is where sandboxing comes into play.
When...