SimEng icon indicating copy to clipboard operation
SimEng copied to clipboard

Update member variables to consistently end in an underscore

Open hal-jones opened this issue 6 years ago • 0 comments

For consistency and identifiability, member variables of classes should end in an underscore, i.e.: value_, buffer_, etc. This is to match the syntax of private variables corresponding to same-name public getter functions, such as hasStalled() and hasStalled_.

hal-jones avatar Feb 14 '19 15:02 hal-jones