Popular Software Design Principles You should know as iOS Engineer
<blockquote>
<p>In the last article we have talked about <a href="https://medium.com/p/0b3b22486cce" rel="noopener">solid principles</a>, So in this article we’re going to talk about another software design principles you should know iOS Engineer.</p>
</blockquote>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*EIMIU4rY9bRN41rF" style="height:350px; width:700px" /></p>
<h1>DRY principle:</h1>
<p>The DRY principle (Don’t Repeat Yourself) is a software development principle that states that every piece of knowledge or information should have a single, unambiguous, authoritative representation within a system. In other words, you should avoid duplicating code or information.</p>
<p><a href="https://medium.com/@omar.h.sebaa/popular-software-design-principles-you-should-know-as-ios-engineer-555555d749fd"><strong>Learn More</strong></a></p>