1. PHP / Говнокод #6004

    +162

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    /**
    	 * Test to see if the cache storage is available.
    	 *
    	 * @static
    	 * @access public
    	 * @return boolean  True on success, false otherwise.
    	 */
    	function test()
    	{
    		return true;
    	}

    Описание метода в коментах.
    Joomfish

    Запостил: tranquillity, 16 Марта 2011

    Комментарии (4) RSS

    • Больше похоже на недоделанный класс, так что если в продакшене, то говно, если в процессе разработки - то норм...
      Ответить
    • похоже на разработку...
      Ответить
    • function superTest () {
      	if ( return ) {
      		return true;
      	} else {
      		return false
      	}
      	exit die('The main method of function "return" is not working now (as well as my English) ');
      }
      Ответить

    Добавить комментарий