express icon indicating copy to clipboard operation
express copied to clipboard

refactor: modernize View#lookup

Open Ayoub-Mabrouk opened this issue 3 months ago • 0 comments

  • Replace var loop with for...of for clarity and readability
  • Use const instead of var to prevent accidental reassignment
  • Introduce explicit found variable to avoid shadowing Node's path module
  • Add JSDoc to clarify input and return type

Ayoub-Mabrouk avatar Oct 01 '25 21:10 Ayoub-Mabrouk