Peter Rietveld

Results 6 issues of Peter Rietveld

I don't think that the provided info about why not use switches in [this section](https://github.com/ryanmcdermott/clean-code-javascript#avoid-conditionals) is complete. Maybe we should add info about smelly code, the strategy pattern and open/closed...

> The first argument that the `reduce` method receives is the _accumulator_, `x` in this case. The second argument is the _current value_, `y`. With the reduce method, we execute...

bug
good first issue

It seems like it doesn't work on Windows at all. Am I doing something wrong or is this a known issue?

### Environment - Operating System: Windows_NT - Node Version: v18.18.2 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...

bug
stale

Are bitwise operators coming? https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators

TODO

### Describe the bug With removing the tristate checbox the guide tells us that we now should use a checkbox with Indeterminate option. But this is not the same and...

Status: Needs Triage