Skip to content

Instantly share code, notes, and snippets.

@buiquangduc
Created October 9, 2017 17:11
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/19aa322f42aeff8c1fc2e7c390bea192 to your computer and use it in GitHub Desktop.
Save buiquangduc/19aa322f42aeff8c1fc2e7c390bea192 to your computer and use it in GitHub Desktop.
Routine with functional cohesion
<?php
// Example of routines with functional cohesion
Cosine();
GetCustomerName();
GetParent();
DeleteFile();
SetCustomerName();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment