Skip to content

Instantly share code, notes, and snippets.

@gnarfle
Created February 13, 2012 04:38
Show Gist options
  • Save gnarfle/1813723 to your computer and use it in GitHub Desktop.
Save gnarfle/1813723 to your computer and use it in GitHub Desktop.
<?php
// I have crapped classes with better names.
class AcmeSprocketFactory
{
...
public static function extractAndFormatNameEmbeddedInArrayWithPrefix( $array, $prefix )
{
// all our functions should have zappy with-it names like this
...
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment