TECH DEBT TRIBUNALSynchronous File I/O Blocking the Event Loop
00:00Junior · ~20 min
📂 src/config
📄configLoader.ts
📄app.config.jsonread-only
📄server.tsread-only
configLoader.ts
app.config.json🔒
server.ts🔒
Loading...
Live Analysis
Cyclomatic ComplexityLIVE
0 / 4 target
Complexity is within acceptable limits.
ObjectivesPENDING
1 / 3
  • Remove fs.readFileSync from getConfig
  • Use fs.promises.readFile or fs/promises
  • Cache the parsed config so disk is only read once
Acceptance TestsJest
/ 18
Submit to run acceptance suite.