

To be honest I don’t see how a “style guide” is going to help. C++ has had all sorts of guidelines and style guides for decades and it helps a bit but… not really.
What does the Zig compiler’s own style guide say about avoiding memory errors? As far as I can see nothing?
Bun didn’t even try one
Is this style guide not a style guide?

Well it seems a bit hollow for the Zig developers to say “there’s no problem - just use a style guide!” when they themselves don’t even use one and the only one they can point to just says “never dynamically allocate”.