Skip to content

Instantly share code, notes, and snippets.

@tuanpmt
Created May 2, 2022 10:26
Show Gist options
  • Save tuanpmt/ec7e081c797114e397a36ccb386724f6 to your computer and use it in GitHub Desktop.
Save tuanpmt/ec7e081c797114e397a36ccb386724f6 to your computer and use it in GitHub Desktop.
USE PRONOUNCEABLE NAMES
typedef struct {
date_time_t playhhmmdd; /* BAD */
} mp3_audio_data_t;
typedef struct {
date_time_t play_time; /* GOOD */
} mp3_audio_data_t;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment