A complex system is a system composed of many components which may interact with each other.
ADVANTAGES
Structs are marginally faster at runtime than classes, due to optimisations done by the compiler. You can enforce full immutability. If you declare a struct instance as let, you will not be able to change its properties.
DISADVANTAGES
A complex corporate structure makes communication more difficult. For instance, when workers must interact with several supervisors, the various directives might work at cross purposes. Also, messages might get lost in the shuffle if there is no simple way to communicate within the organization.