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

Hungarian notation string strError to string Error - #390

Open
SnrNotHere16 wants to merge 1 commit into
intel:masterfrom
SnrNotHere16:master
Open

Hungarian notation string strError to string Error #390
SnrNotHere16 wants to merge 1 commit into
intel:masterfrom
SnrNotHere16:master

Conversation

@SnrNotHere16

@SnrNotHere16SnrNotHere16 commented Dec 28, 2016

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
Contributor

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 freeto 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

@SnrNotHere16@codecov-io@dawagner