Skip to content

Instantly share code, notes, and snippets.

@buiquangduc
Created October 10, 2017 05:49
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/791c0d1a279e536167786b57a72e66f3 to your computer and use it in GitHub Desktop.
Save buiquangduc/791c0d1a279e536167786b57a72e66f3 to your computer and use it in GitHub Desktop.
Routine with Coincidental cohesion
<?php
// Example of routine with coincidental cohesion
function handleStuff() {
// Stuff to action with database
// Stuff to action with user input
// Stuff to action with more unrelated things,...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment