<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / MondoTofu / tag / exception</title>
<link>http://netvouz.com/MondoTofu/tag/exception?feed=rss</link>
<description>MondoTofu&#39;s bookmarks tagged &quot;exception&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></channel></rss>