if ((const user = result.data) !== undefined) { …
So don’t think it is something I would use.
if ((const user = result.data) !== undefined) { …
So don’t think it is something I would use.
if (x = 2) { …
In C you can sometimes see the above written as ‘if (2 == x) { …’ to avoid assigning by accident.
if (x = 2) { …
In C you can sometimes see the above written as ‘if (2 == x) { …’ to avoid assigning by accident.
The page ha infinite scrolling...
The page ha infinite scrolling...
(I don’t get it.)
(I don’t get it.)
Ended up using the tsEslint helper from typescript-eslint.
Ended up using the tsEslint helper from typescript-eslint.
I have been on projects where the code was bad for a couple of days every second week because they needed to meet a sprint goal. The managers loved this, the developers not so much. 🙂
I have been on projects where the code was bad for a couple of days every second week because they needed to meet a sprint goal. The managers loved this, the developers not so much. 🙂