Skip to content

Instantly share code, notes, and snippets.

@buiquangduc
Created October 8, 2017 04:54
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/62657174f5cd9655b18b18474175f8a8 to your computer and use it in GitHub Desktop.
Save buiquangduc/62657174f5cd9655b18b18474175f8a8 to your computer and use it in GitHub Desktop.
Replace wishy-washy routine name with good routine name
<?php
// Replace the wishy-washy routine name like this one
HandleOutput();
// With this one
FormatAndPrintOutput();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment