Changes between Version 1 and Version 2 of Ticket #60647, comment 13
- Timestamp:
- 04/04/2024 08:54:20 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60647, comment 13
v1 v2 2 2 > The first option is to allow modules to depend on scripts. This seems to be a fairly simple and safe change. 3 3 4 Big +1. Thinking any "mixing" of modules and "ordinary " scripts should be kept to a minimum, and the simpler it is handled -- the better.4 Big +1. Thinking any "mixing" of modules and "ordinary, old-style" scripts should be kept to a minimum, and the simpler it is handled -- the better. 5 5 6 6 > The downside with this first option is that it does not provide a transition strategy from scripts to modules and we sacrifice some of the potential benefits of modules like deferred or conditional/on-demand loading of modules.