Skip to content

Variable Consistency #2

@devunwired

Description

@devunwired

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions