KOSASIH / Mellobank

Found single char variable name JS-C1002
Anti-pattern
Minor
2 years ago2 years old
120    let match;
121
122    while ((match = pathRegex.exec(path))) {
123      const p = match[0].replace(/[{}?*;]/g, "");124      if (pathElements.includes(p)) {
125        results.push(
126          generateResult(