<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / MondoTofu / tag / anti-pattern</title>
<link>http://netvouz.com/MondoTofu/tag/anti-pattern?feed=rss</link>
<description>MondoTofu&#39;s bookmarks tagged &quot;anti-pattern&quot; on Netvouz</description>
<item><title>Coding by exception - Wikipedia, the free encyclopedia</title>
<link>https://en.wikipedia.org/wiki/Coding_by_exception</link>
<description>Coding by exception is an accidental complexity in a software system in which the program handles specific errors that arise with unique exceptions. When an issue arises in a software system, an error is raised tracing the issue back to where it was caught and then where that problem came from, if applicable. Exceptions can be used to handle the error while the program is running and avoid crashing the system. Exceptions should be generalized and cover numerous errors that arise.</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 01:56:00 GMT</pubDate>
</item><item><title>Error hiding - Wikipedia, the free encyclopedia</title>
<link>https://en.wikipedia.org/wiki/Error_hiding</link>
<description>Error hiding is an anti-pattern in computer programming. The programmer hides error messages by overriding them with exception handling. As a result of this the root error message is hidden from the user (hence &#39;error hiding&#39;) and so they will not be told what the actual error is. Error hiding is a bane of support engineers&#39; jobs as it often delays the resolution of the problem by hiding information needed to identify what is going wrong.</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 01:48:14 GMT</pubDate>
</item><item><title>Magic Number</title>
<link>http://c2.com/cgi/wiki?MagicNumber</link>
<description></description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 01:51:24 GMT</pubDate>
</item><item><title>Duplicate code - Wikipedia, the free encyclopedia</title>
<link>https://en.wikipedia.org/wiki/Duplicate_code</link>
<description>Duplicate code is a computer programming term for a sequence of source code that occurs more than once, either within a program or across different programs owned or maintained by the same entity. Duplicate code is generally considered undesirable for a number of reasons.[1] A minimum requirement is usually applied to the quantity of code that must appear in a sequence for it to be considered duplicate rather than coincidentally similar. Sequences of duplicate code are sometimes known as code clones or just clones, the automated process of finding duplications in source code is called clone detection.</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 01:49:48 GMT</pubDate>
</item></channel></rss>