Meghan Denny

Results 585 comments of Meghan Denny

please include the repro in a test and update the pr description to have `Closes #xxx`

an enum with no fields is uninstantiable. but i do agree that without a clearer use case explanation switching on void should be a compile error outright.

imo they should be by 1) Leven distance from the test text or 2) source order of fields. on a personal note, ngl I got surprised by this because I...

there's multiple errors in the reproduction steps but not in the code block so this is hard to diagnose. `import Glob from 'bun';` will not work because its missing the...

https://ziglang.org/documentation/master/#Names yes types being TitleCase takes priority

> User sends: `/PINMSG #chan This is a pinned message` I'm not a fan of this because how then do you pin a message that's already been sent? i think...

both the "Implementation Switching" and "Mixins" alternatives do not create better code imo. > The alternative to this is incredibly simple, and in fact, results in obviously better code: just...

> All of those functions other than `update` I would namespace as e.g. `User.Db.byKey`; this is a clear instance of "namespacing is good, actually". i left it out for brevity...

> It works fine when using `apple_a14` instead of `baseline`. since this is a proprietary operating system and `apple_a14` is the oldest chip it has been released with, im not...

Conversation in https://github.com/w3ctag/design-principles/issues/426 feels relevant