Replies: 5 comments 6 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Zig's break not only exits the outer loop, but also returns a value |
Beta Was this translation helpful? Give feedback.
-
I think the semicolon should be optional, which increases writability without reducing readability. I think it should be possible to set what content in the file is private, because you certainly don't want some internal classes to be public, right? |
Beta Was this translation helpful? Give feedback.
-
Regarding Hash Map, I recommend you to check out the CppCon presentation, which presents a new extremely fast implementation of Hash Map |
Beta Was this translation helpful? Give feedback.
-
Some questions about Ki:
Some ideas for Ki (maybe some Ki already have):
https://github.com/hsutter/cppfront
https://odin.handmade.network/blog/p/2994-on_the_aesthetics_of_the_syntax_of_declarations
Beta Was this translation helpful? Give feedback.
All reactions