Sindre Sorhus

Results 4021 comments of Sindre Sorhus
trafficstars

https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2414/commits/4e05b9b2b97fd739743ef404d2f0454534a74564 ?

This is not related to this pull request and should be done in a separate pull request: https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2414/files#r1696698356

Glad to see this issue with an explanation. This has been driving me crazy. I generate a page after a release and it never updated until I actually committed a...

The problem with replacing the parameter name with `_` is that it will often be unclear what it was for, and if I ever need it again, I will have...

Here's an example of where I would almost never use `context` but I cannot change it (other than adding a internal `_` label, but that's ugly): ```swift struct FooView: NSViewRepresentable...

> You say func f(x _: Int) {} is ugly and func f(x _x: Int) {} is better? I don't really see this, but adding an option to consider variables...

> What about excluding whole functions by name from the analysis given that this is typically annoying for a defined set of framework methods? Just the function name can have...

> Includes a succinct description of the project/theme at the top of the readme. Should describe what neuroimaging is.

Tweet: https://x.com/awesome__re/status/1922981291982483800