Code is poetry – fully qualified class names are not

<?php namespace Is\Something\To; use Cause\It\Plays\A\Particular\Role;


/**
 * And if code is a poem, then you better believe,
 * that tidy is good for the soul.
 */
class NamesThatAreLong extends \All\Our\Typing {
  /**
   * And if you don't stop for a bit,
   * A pause to rethink what you place between quotes, A
   * @var string that's full-qualified's shit.
   */
  private $dreams = 'about slashes are fine in your head';
 
  /**
   * And you may wish to spit them all out,
   * But they're a
   */
  const ANT_REMINDER = 'to others, you see - that your';


  protected function castsDoubt() {
    if ( 'you like to type slashes' == $this->dreams ) {
      // That you have - is a challenge - I'm not going to lie,
      return ', if you will,';
    }


    $to_another_location = $and_type_all_of_them_up_there or die;
  }
}