09-02-2017, 05:46 AM
I wonder, what if I create a bot code with public class element and factory few bots with this code? That is naming conflict. But logically we should suppose that codes of the bots are just definitions, not instances and should be precompiled before start except factory method, that ruins all the logic. It allows runtime coding, therefore there is no way to precompile all code. Seems there is something like code interpreter not compiler.
Maybe communication via public classes is bad idea?
Maybe communication via public classes is bad idea?