ProjectLighthouse icon indicating copy to clipboard operation
ProjectLighthouse copied to clipboard

ProjectLighthouse: High code repetition

Open jonathan-rosa opened this issue 3 years ago • 1 comments

Describe the problem

$ grep -rohF 'if (token == null) return' . | wc -w
455

455 To Reproduce Steps to reproduce the behavior:

  1. $ grep -rohF 'if (token == null) return' . | wc -w

Expected behavior Maybe less than a dozen results.

Screenshots image API Version(s)

  • It's not even versioned.

Affected endpoint(s) All 146 of them.

Additional context image

jonathan-rosa avatar Oct 21 '22 22:10 jonathan-rosa

2022-10-21_16-24 if (token == null) return go wHEEEE

daggintosh avatar Oct 21 '22 23:10 daggintosh