Replies: 1 comment
-
IMO, the code will be divided into two part : data member and function member, in order. In each part, (Which looks like what the code of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are your thoughts on using things like
#pragma region Some Label
in C++? I think it would make the codebase easier to read / navigate. Here is an example of what it might look like -- each region is collapsible and I've used big comment as just a matter of style / I think it is easier to scan thingsBeta Was this translation helpful? Give feedback.
All reactions