<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / MondoTofu / folder / Software Engineering</title>
<link>http://netvouz.com/MondoTofu/folder/6277193935135188477/Software+Engineering?feed=rss</link>
<description>MondoTofu&#39;s bookmarks in folder Software Engineering on Netvouz</description>
<item><title>Big O notation - Wikipedia, the free encyclopedia</title>
<link>https://en.wikipedia.org/wiki/Big_O_notation</link>
<description>In computer science, big O notation is used to classify algorithms by how they respond to changes in input size, such as how the processing time of an algorithm changes as the problem size becomes extremely large.[3] In analytic number theory it is used to estimate the &quot;error committed&quot; while replacing the asymptotic size of an arithmetical function by the value it takes at a large finite argument. A famous example is the problem of estimating the remainder term in the prime number theorem.</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 03:34:27 GMT</pubDate>
</item><item><title>clean_code_index</title>
<link>http://www.cbs.dtu.dk/courses/27610/clean_code_index.html#anti-patterns</link>
<description>Anti-patterns, Clean Code and Beyond A guide on how-to deal with programming challenges, keep your code clean and survive any programming course - by a guy who did it all wrong.</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 01:57:44 GMT</pubDate>
</item><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>Keyword Substitution</title>
<link>http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html</link>
<description>Subversion defines the list of keywords available for substitution. That list contains the following five keywords, some of which have aliases that you can also use:</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Wed, 04 Apr 2012 19:34:58 GMT</pubDate>
</item><item><title>Knuth: Computer Programming as an Art</title>
<link>http://www.paulgraham.com/knuth.html</link>
<description>Knuth: Computer Programming as an Art</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Tue, 19 Apr 2016 00:12:13 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>Model–view–controller</title>
<link>http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller</link>
<description>Model view controller</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Wed, 10 Oct 2012 16:07:16 GMT</pubDate>
</item><item><title>Projects, Applications, and Companies Using Node · joyent/node Wiki · GitHub</title>
<link>https://github.com/joyent/node/wiki/Projects,-Applications,-and-Companies-Using-Node</link>
<description>Projects, Applications, and Companies Using Node JS ·The NodeJS framework has the benefits of a Dynamic/Functional language like Python. ·Because of NodeJS architecture, all functions and libraries are non-blocking – including the application code. ·Thanks to Google’s V8 Engine, NodeJS outperforms Django and Web2py ·While it can use, NodeJS does not need Apache or other layers ·Like Django and Ruby–on-Rails, NodeJS has a Node Package Manager (npm) that can track/audit which support libraries are required by each project. ·NodeJS runs flawless/unmodified on Win7, Linux, OSX, even RasberryPi ·100% -- All – NodeJS objects are 100% serializable via standard JSON.  No language translation barrier</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Wed, 10 Oct 2012 16:21:05 GMT</pubDate>
</item><item><title>Spaghetti code - Wikipedia, the free encyclopedia</title>
<link>https://en.wikipedia.org/wiki/Spaghetti_code</link>
<description>Spaghetti code is a pejorative phrase for source code that has a complex and tangled control structure, especially one using many GOTO statements, exceptions, threads, or other &quot;unstructured&quot; branching constructs. It is named such because program flow is conceptually like a bowl of spaghetti, i.e. twisted and tangled. Spaghetti code can be caused by several factors, such as continuous modifications by several people over a long life cycle. Structured programming greatly decreases the incidence of spaghetti code.</description>
<category domain="http://netvouz.com/MondoTofu?category=6277193935135188477">Software Engineering</category>
<author>MondoTofu</author>
<pubDate>Thu, 19 May 2016 01:44:56 GMT</pubDate>
</item></channel></rss>