Closed TheRustifyer closed 4 months ago
Describe the improvement we can make.
While the system_modules aren't deprecated, make a named entry for them (instead of pre-tasks), removing the actual container (a HashMap) and just process them in a linear fashion
system_modules
HashMap
Refactor
Describe the improvement we can make.
Description
While the
system_modules
aren't deprecated, make a named entry for them (instead of pre-tasks), removing the actual container (aHashMap
) and just process them in a linear fashion