I always on purpose avoid macros and comptime as much as possible because they usually make code much harder to reason about and to debug. Also, often macros are hard to refactor.
Would you agree with my idea, or would you say I am missing something? Does Zig aleviate some of the problems I mentioned?
Would you agree with my idea, or would you say I am missing something? Does Zig aleviate some of the problems I mentioned?