-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The current code-base uses underscore prefixes for the names of "hidden" definitions. Although this seems to build OK with my version of clang
, redditor Yuushi points out:
As a nitpick, the usage of _ before every variable is a worry, though. C++ reserves any name starting with _ and followed by a capital letter.
Metadata
Metadata
Assignees
Labels
No labels