I would be interested in others thoughts on the pros and cons of splitting a solution into modules.
One issue that comes to mind is speed. If a solution is split into 15 modules, I wonder if that in itself would cause the solution to open slower?
I would be interested in others thoughts on the pros and cons of splitting a solution into modules.
One issue that comes to mind is speed. If a solution is split into 15 modules, I wonder if that in itself would cause the solution to open slower?
modules will not load slower in the client (developer does savety/duplicate checks)
We are also building an option in the export to combine all the modules into one solution again, so you have one package/entity to import on customers Servoy server.
Jan Blok:
We are also building an option in the export to combine all the modules into one solution again, so you have one package/entity to import on customers Servoy server.
Perfect. That was my other major conern. Sounds like we are going to have the best of both worlds. You guys are great!