Make In/From method naming consistent in base::Time* classes |
||
Issue descriptionThey use inconsistent suffixes for floating point input and outputs. We have: TimeDelta::FromSecondsD TimeDelta::FromMillisecondsD TimeDelta::InSecondsF TimeDelta::InMillisecondsF I suggest using 'F' suffix to indicate 'floating point' for all these methods.
,
Dec 8 2016
re. comment 1: I think we need the suffix on the From* methods, per Google C++ style guide rules: https://google.github.io/styleguide/cppguide.html#Function_Overloading
,
Aug 1
|
||
►
Sign in to add a comment |
||
Comment 1 by majidvp@chromium.org
, Dec 7 2016