moddio2 icon indicating copy to clipboard operation
moddio2 copied to clipboard

refactor: split mergedTemplate into debounce.ts and objectUtils.ts

Open moe-moe-pupil opened this issue 2 years ago • 0 comments

Summary

  • split mergedTemplate into debounce.ts and objectUtils.ts from DeveloperMode.ts

Why

  • these functions have nothing to do with DeveloperMode.ts, these are utils functions.
  • DeveloperMode.ts is too large, it has 731 lines now, for some best practice, one file should not larger than 400 lines

How to test

moe-moe-pupil avatar Sep 08 '23 15:09 moe-moe-pupil