Skip to content

Instantly share code, notes, and snippets.

@buiquangduc
Created October 8, 2017 05:01
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/50593d7053ec470792ce2174d5e66d45 to your computer and use it in GitHub Desktop.
Save buiquangduc/50593d7053ec470792ce2174d5e66d45 to your computer and use it in GitHub Desktop.
Routine solely by number
<?php
// Example of routine solely by number
function bigFunction() {
bigFunctionPart1(); // Coding horror
bigFunctionPart2(); // Coding horror
bigFunctionPart3(); // Coding horror
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment