Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Hungarian notation string strError to string Error #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SnrNotHere16
Copy link

@SnrNotHere16 SnrNotHere16 commented Dec 28, 2016

This is my attempt to resolve the Remove Hungarian Notation issue. I changed the identifier of variable string strError to string Error. I also changed all the instances of strError to Error.

Merging #390 into master will not change coverage

@@             master       #390   diff @@
==========================================
Files           214        214
Lines          6674       6674
Methods        1447       1447
Messages          0          0
Branches        845        845
==========================================
Hits           4825       4825
Misses         1382       1382
Partials        467        467

Powered by Codecov. Last update 12bfd67...ccb600a

  

This is my attempt to resolve the Remove Hungarian Notation issue. I changed the identifier of variable string  strError to string Error. I also changed all the instances of strError to Error. Thank you.
@codecov-io
Copy link

Current coverage is 72.29% (diff: 20.00%)

Merging #390 into master will not change coverage

@@             master       #390   diff @@
==========================================
  Files           214        214          
  Lines          6674       6674          
  Methods        1447       1447          
  Messages          0          0          
  Branches        845        845          
==========================================
  Hits           4825       4825          
  Misses         1382       1382          
  Partials        467        467          

Powered by Codecov. Last update 12bfd67...ccb600a

@dawagner
Copy link
Contributor

dawagner commented Jan 2, 2017

Hi, @SnrNotHere16. Thanks for tackling this issue.

Our coding style uses camelCase for variables and only uses UpperCamelCase for type names. It means that strError should become error. Also, it seems that you only updated remote-process/main.cpp; is that intended?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants