←
TECH DEBT TRIBUNAL
Synchronous File I/O Blocking the Event Loop
⏱ 00:00
Junior · ~20 min
Explorer
Briefing
📂 src/config
📄
configLoader.ts
📄
app.config.json
read-only
📄
server.ts
read-only
configLoader.ts
app.config.json
🔒
server.ts
🔒
Loading...
Live Analysis
Cyclomatic Complexity
LIVE
0
/ 4 target
Complexity is within acceptable limits.
Objectives
PENDING
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 Tests
Jest
—
/ 18
Submit to run acceptance suite.
▶ Submit Refactor