Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable Consistency #2

Open
devunwired opened this issue Jan 17, 2018 · 1 comment
Open

Variable Consistency #2

devunwired opened this issue Jan 17, 2018 · 1 comment

Comments

@devunwired
Copy link

Code copied from the TensorFlow samples uses Hungarian notation for the variable names, while the rest of the code does not. The source code should follow a consistent scheme throughout. Example from ImageClassifierActivity:

private HandlerThread mBackgroundThread;
private SoundController soundController;
private ButtonInputDriver resetButton;
private HandController handController;
private CameraHandler mCameraHandler;
private Handler mBackgroundHandler;
@sewl-dl
Copy link
Contributor

sewl-dl commented Jan 31, 2018

I like the consistency, @devunwired. All of the variables are standard camel case now: 6e7015c

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

No branches or pull requests

2 participants