Why init instead of static
Fragment of a discussion from User talk:Rednaxela/FastTrig
Jump to navigation
Jump to search
I debugged initialization order. Looks like everything is initialized before the battle starts thanks to some field cleaning algorithm inside the engine (net.sf.robocode.host.security.RobotClassLoader#cleanStaticReference(java.lang.reflect.Field)).
MN