Hi, All
Question about the project structure in any B4X IDE regarding the conditional compilations.
If we have for now matrix dimensions:
The shared code should be maintained.
How the project structure may be organized (say, in B4R IDE) to have some correct source code with maximally shared code modules ?
I have invented such idea, but no idea if it might help if even released.
Question about the project structure in any B4X IDE regarding the conditional compilations.
If we have for now matrix dimensions:
- X = 2: Client and Server sides
- Y = 4+: Internal solution mutually exclusive options of the Client, say: Sensor_WiFi, Sensor_LoRA, Sensor_BLE, Sensor_USB....
- Z = 2+: Hardcoded Server's URL variant: URL1, URL2,.... that will be adding. Again: it's hardcoded constants, not settable variables.
The shared code should be maintained.
How the project structure may be organized (say, in B4R IDE) to have some correct source code with maximally shared code modules ?
I have invented such idea, but no idea if it might help if even released.