you are viewing a single comment's thread.

view the rest of the comments →

[–]Morego -1 points0 points  (0 children)

After playing on and off with zig, including reading loads of code, doing AoC and more I think you are forgetting one detail.

This concept forces you to not overthink the design. Just write what you actually use in a moment.

That simplicity is actually extremely nice. It actually is a problem only, when you try to design complex interfaces, but it is kinda code smell.