Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buiquangduc/cddd2e9aafe788c69690af2f2e1a522f to your computer and use it in GitHub Desktop.
Save buiquangduc/cddd2e9aafe788c69690af2f2e1a522f to your computer and use it in GitHub Desktop.
Bad routine name with elastic verbs
<?php
// Here are some examples of bad routine name with elastic verbs
HandleCalculation();
PerformServices();
ProcessInput();
OutputUser();
DealWithOutput();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment