What are the trade offs between a single module with multiple pages vs. multiple modules?
My primary concern when designing software is for optimizing the program for loading and performance. I do need to send values from one page to another. Or one module to another.
Based on this, is there a better choice?
My primary concern when designing software is for optimizing the program for loading and performance. I do need to send values from one page to another. Or one module to another.
Based on this, is there a better choice?