Skip to content

Consistent naming in SAMPLE APP #40

@jphickey

Description

@jphickey

Is your feature request related to a problem? Please describe.
To adhere to the patterns established in other modules, the SAMPLE app should employ a consistent pattern to its local variables and functions. There is currently a mixture of different styles.

Describe the solution you'd like

  • All global scope items should start with SAMPLE_ (not Sample_ or otherwise)
  • All runtime data should be inside a global struct (already is for the most part)
  • Members of the global struct do NOT use the SAMPLE_ prefix (name is already qualified/namespace protected).
  • Command handling functions should match the name of the command

Requester Info
Joseph Hickey, Vantage Systems, Inc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions