<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>coding &#8211; Blackbams Blog</title>
	<atom:link href="https://blog.blackbam.at/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.blackbam.at</link>
	<description>development - digital arts - internet</description>
	<lastBuildDate>Thu, 10 Sep 2020 08:59:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>From STUPID to SOLID Code! &#8211; recommended article on best practice in software development</title>
		<link>https://blog.blackbam.at/2020/09/10/from-stupid-to-solid-code-recommended-article-on-best-practice-in-software-development/</link>
					<comments>https://blog.blackbam.at/2020/09/10/from-stupid-to-solid-code-recommended-article-on-best-practice-in-software-development/#respond</comments>
		
		<dc:creator><![CDATA[Blackbam]]></dc:creator>
		<pubDate>Thu, 10 Sep 2020 08:59:21 +0000</pubDate>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[best practice]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[SOLID]]></category>
		<category><![CDATA[STUPID]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://blog.blackbam.at/?p=2419</guid>

					<description><![CDATA[Today I want to share an article which is 7 years old but still 100% accurate. It shows the common mistakes in software development and the best practices about how to avoid those mistakes. Short summary &#8211; do not do STUPID code: Singleton Tight Coupling Untestability Premature Optimization Indescriptive Naming Duplication Do SOLID code: Single [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Today I want to share an article which is 7 years old but still 100% accurate. It shows the common mistakes in software development and the best practices about how to avoid those mistakes.</p>
<p>Short summary &#8211; do not do <strong>STUPID</strong> code:</p>
<ul>
<li><strong>S</strong>ingleton</li>
<li><strong>T</strong>ight Coupling</li>
<li><strong>U</strong>ntestability</li>
<li><strong>P</strong>remature Optimization</li>
<li><strong>I</strong>ndescriptive Naming</li>
<li><strong>D</strong>uplication</li>
</ul>
<p>Do <strong>SOLID</strong> code:</p>
<ul>
<li><strong>S</strong>ingle Responsibility Principle</li>
<li><strong>O</strong>pen/Closed Principle</li>
<li><strong>L</strong>iskov Substitution Principle</li>
<li><strong>I</strong>nterface Segregation Principle</li>
<li><strong>D</strong>ependency Inversion Principle</li>
</ul>
<p>Read the full article here: <a href="https://williamdurand.fr/2013/07/30/from-stupid-to-solid-code/">https://williamdurand.fr/2013/07/30/from-stupid-to-solid-code/</a></p>
<p><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fblog.blackbam.at%2F2020%2F09%2F10%2Ffrom-stupid-to-solid-code-recommended-article-on-best-practice-in-software-development%2F&#038;title=From%20STUPID%20to%20SOLID%20Code%21%20%E2%80%93%20recommended%20article%20on%20best%20practice%20in%20software%20development" data-a2a-url="https://blog.blackbam.at/2020/09/10/from-stupid-to-solid-code-recommended-article-on-best-practice-in-software-development/" data-a2a-title="From STUPID to SOLID Code! – recommended article on best practice in software development"><img src="https://static.addtoany.com/buttons/share_save_120_16.png" alt="Share"></a></p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.blackbam.at/2020/09/10/from-stupid-to-solid-code-recommended-article-on-best-practice-in-software-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
