<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" >

  <channel>
    <title><![CDATA[Комментарии / Профиль netfox]]></title>
    <link>https://habr.com/ru/users/netfox/comments/</link>
    <description><![CDATA[Хабр: комментарии пользователя netfox]]></description>
    <language>ru</language>
    <managingEditor>editor@habr.com</managingEditor>
    <generator>habr.com</generator>
    <pubDate>Sat, 02 May 2026 10:40:24 GMT</pubDate>
    
    
      <image>
        <link>https://habr.com/ru/</link>
        <url>https://habrastorage.org/webt/ym/el/wk/ymelwk3zy1gawz4nkejl_-ammtc.png</url>
        <title>Хабр</title>
      </image>
    

    
      

      
        
  
    <item>
      <title>13.01.2015 17:13:07 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/247775/#comment_8220133</guid>
      <link>https://habr.com/ru/articles/247775/#comment_8220133</link>
      <description><![CDATA[Хорошо, если класса два. В противном случае может появиться<br/>
<br/>
а)объект-свалка<br/>
б)сотня мелких объектов за которыми сложно уследить<br/>
<br/>
Мне по душе не распылять функциональность относящуюся к конкретным доменам, ведь, зачастую, мы достаточно редко работаем с сушьностями вне контекста их доменов]]></description>
      <pubDate>Tue, 13 Jan 2015 17:13:07 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.01.2015 17:00:11 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/247775/#comment_8220105</guid>
      <link>https://habr.com/ru/articles/247775/#comment_8220105</link>
      <description><![CDATA[Можно и так, но в таком случае стоит помнить о <a href="https://ru.wikipedia.org/wiki/%D0%91%D1%80%D0%B8%D1%82%D0%B2%D0%B0_%D0%9E%D0%BA%D0%BA%D0%B0%D0%BC%D0%B0">Бритве Оккама</a> и наглядных <a href="http://en.wikipedia.org/wiki/Method_chaining">Цепочках Методов</a>.]]></description>
      <pubDate>Tue, 13 Jan 2015 17:00:11 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.01.2015 16:37:41 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/247775/#comment_8220039</guid>
      <link>https://habr.com/ru/articles/247775/#comment_8220039</link>
      <description><![CDATA[Абсолютно верно. Он и будет являться службой в тех случаях, когда мы проводим какие-то операции над доменным объектом, в данном случае пользователем, например: показать все заказы пользователя, показать скидочные карты пользователя и т.д.<br/>
Все методы такого рода не содержат хитрой логики а проксируют запросы к целевым доменам лишь декорируя их.<br/>
<br/>
<pre><code class="php">public function getOrders()
{
    return Orm::find('Order', [ ['user_id', $this-&gt;getId()] ]);
}
</code></pre><br/>
<br/>
Цель манипуляций- простота и ясность бизнес-логики.]]></description>
      <pubDate>Tue, 13 Jan 2015 16:37:41 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.01.2015 12:35:50 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/247775/#comment_8219453</guid>
      <link>https://habr.com/ru/articles/247775/#comment_8219453</link>
      <description><![CDATA[Ни капли. Пользователь является доменом (хозяином) для своих заказов и получить их от него самого- вполне логично. Так или иначе- всё зависит от цели приложения.]]></description>
      <pubDate>Tue, 13 Jan 2015 12:35:50 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>13.02.2014 23:24:31 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/212541/#comment_7309399</guid>
      <link>https://habr.com/ru/articles/212541/#comment_7309399</link>
      <description><![CDATA[Это же Клаус!!! =)<br/>
 <img src="https://habrastorage.org/getpro/habr/comment_images/c32/913/1e7/c329131e79cca0faed4438c99c5a51be.jpg" alt="image"/>]]></description>
      <pubDate>Thu, 13 Feb 2014 23:24:31 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>14.01.2014 13:42:54 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/208904/#comment_7199614</guid>
      <link>https://habr.com/ru/articles/208904/#comment_7199614</link>
      <description><![CDATA[Не стоит принимать это столь близко к сердцу ) На мой взгляд это нормальная реакция огромного и постоянно растущего рынка.<br/>
Если рассматривать фреймворк как программный пакет стоящий на ряду с офисом или фотошопом, то и вовсе пропадают сомнения в естественности появления такой ниши узко профилированных специалистов. Я уверен, что ваш бухгалтер не пишет макросы для EXCEL а аккаунт менеджер не коммитит фичи для CRM.]]></description>
      <pubDate>Tue, 14 Jan 2014 13:42:54 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>08.11.2013 13:41:34 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/198980/#comment_6956494</guid>
      <link>https://habr.com/ru/articles/198980/#comment_6956494</link>
      <description><![CDATA[Отлично! Релизы не перестают радовать удобными нововведениями ) Спасибо.]]></description>
      <pubDate>Fri, 08 Nov 2013 13:41:34 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>05.09.2013 11:26:54 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/192664/#comment_16133663</guid>
      <link>https://habr.com/ru/articles/192664/#comment_16133663</link>
      <description><![CDATA[<blockquote>… скажется на мировом рынке как потеря 15% производства.</blockquote><br/>
и<br/>
<blockquote>… практически безосновательно увеличить цены на память.</blockquote><br/>
немного контрастирует, вам так не кажется =)]]></description>
      <pubDate>Thu, 05 Sep 2013 11:26:54 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>05.07.2013 11:53:53 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/ua-hosting/articles/185692/#comment_6460434</guid>
      <link>https://habr.com/ru/companies/ua-hosting/articles/185692/#comment_6460434</link>
      <description><![CDATA[А где же промо коды? =)]]></description>
      <pubDate>Fri, 05 Jul 2013 11:53:53 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>26.06.2013 12:03:05 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/184684/#comment_9150992</guid>
      <link>https://habr.com/ru/articles/184684/#comment_9150992</link>
      <description><![CDATA[<blockquote>Делайте всё в последний момент — и риск что-то переделывать будет значительно ниже!<br/>
Не самый лучший совет, если честно. Если бы мне так говорили мои исполнители, то они бы «делали всё в последний момент» без меня.<br/>
Или есть еще риск что никогда не сделаете и будет поздно.<br/>
</blockquote><br/>
Если что-то не было сделано, значит это не было крайне необходимо. Следовательно — это была лишняя работа =)]]></description>
      <pubDate>Wed, 26 Jun 2013 12:03:05 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>11.06.2013 09:14:50 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/rusonyx/articles/178149/#comment_6352714</guid>
      <link>https://habr.com/ru/companies/rusonyx/articles/178149/#comment_6352714</link>
      <description><![CDATA[Или в Харькове ;)]]></description>
      <pubDate>Tue, 11 Jun 2013 09:14:50 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>06.06.2013 09:56:01 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/tuthost/articles/182362/#comment_6334448</guid>
      <link>https://habr.com/ru/companies/tuthost/articles/182362/#comment_6334448</link>
      <description><![CDATA[Эх, поторопились с публикацией )]]></description>
      <pubDate>Thu, 06 Jun 2013 09:56:01 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>06.06.2013 09:52:32 </title>
      <guid isPermaLink="true">https://habr.com/ru/companies/tuthost/articles/182362/#comment_6334416</guid>
      <link>https://habr.com/ru/companies/tuthost/articles/182362/#comment_6334416</link>
      <description><![CDATA[В почту упало письмо с линком:<br/>
<code>
&lt;a target=&quot;_blank&quot; href=&quot;http://task&quot;&gt;Начать квест&lt;/a&gt;
</code>]]></description>
      <pubDate>Thu, 06 Jun 2013 09:52:32 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>15.05.2013 15:31:43 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/179809/#comment_6242413</guid>
      <link>https://habr.com/ru/articles/179809/#comment_6242413</link>
      <description><![CDATA[По аналогии с утверждением о том, что всё в мире днржится на скотче, супер-клее и пластиковых стяжках, уже скоро можно будет говорить, что всё в мире сделано 3D принтером или подобным образом =)]]></description>
      <pubDate>Wed, 15 May 2013 15:31:43 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>15.07.2011 11:29:02 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/124245/#comment_4082780</guid>
      <link>https://habr.com/ru/articles/124245/#comment_4082780</link>
      <description><![CDATA[Началось ))]]></description>
      <pubDate>Fri, 15 Jul 2011 11:29:02 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>15.07.2011 11:28:14 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/124245/#comment_4082775</guid>
      <link>https://habr.com/ru/articles/124245/#comment_4082775</link>
      <description><![CDATA[Ну вот, таким образом скоро по инету загуляют слухи о том, что php прекратит поддержку СУБД MySQL ) А они всего лишь выкинут старые дрова )]]></description>
      <pubDate>Fri, 15 Jul 2011 11:28:14 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>10.09.2009 08:49:04 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/69195/#comment_13567343</guid>
      <link>https://habr.com/ru/articles/69195/#comment_13567343</link>
      <description><![CDATA[Да уж в странном… В IPod'e…]]></description>
      <pubDate>Thu, 10 Sep 2009 08:49:04 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>09.09.2009 23:29:22 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/69195/#comment_13567263</guid>
      <link>https://habr.com/ru/articles/69195/#comment_13567263</link>
      <description><![CDATA[Ну да, и ножик раскладной )))]]></description>
      <pubDate>Wed, 09 Sep 2009 23:29:22 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>09.09.2009 15:43:22 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/69177/#comment_11011902</guid>
      <link>https://habr.com/ru/articles/69177/#comment_11011902</link>
      <description><![CDATA[Ага, вышлют колпак и дудку:)]]></description>
      <pubDate>Wed, 09 Sep 2009 15:43:22 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

  
    <item>
      <title>09.07.2009 07:52:11 </title>
      <guid isPermaLink="true">https://habr.com/ru/articles/63945/#comment_1777864</guid>
      <link>https://habr.com/ru/articles/63945/#comment_1777864</link>
      <description><![CDATA[На мой взгляд, подобные вопросы призваны помочь понять работодателю на сколько глубоко знание, по большей мере, семантики языка. А то как вы его примените- другое дело:)]]></description>
      <pubDate>Thu, 09 Jul 2009 07:52:11 GMT</pubDate>
      <dc:creator><![CDATA[]]></dc:creator>
    </item>
  

      

      

    
  </channel>
</rss>
