10 quick tips to increase your iOS code quality

<p>Writing quality code is a continuous improvement process.</p> <p>We all improve over the years if we continue to practice. The code that you write today is probably better than the code you wrote two years ago, and it will probably be worse than the code you&rsquo;ll write one year from now. And that&rsquo;s ok, it&rsquo;s part of the process.</p> <p>So, if you are looking to constantly improve your code quality, here are some small tips that will help you in your journey.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:700/0*ALiZGeiffX-oOLSs" style="height:467px; width:700px" /></p> <p>Photo by&nbsp;<a href="https://unsplash.com/@casparrubin?utm_source=medium&amp;utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Caspar Camille Rubin</a>&nbsp;on&nbsp;<a href="https://unsplash.com/?utm_source=medium&amp;utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Unsplash</a></p> <h2>1. Use the extension pattern to group chunks of code</h2> <p>You can group your setup code in one extension, your delegates in another, and so on. It will be easier to read and maintain in the future.</p> <p><a href="https://blorenzop.medium.com/code-quality-tips-f53a69b3f786"><strong>Click Here</strong></a></p>
Tags: iOS Code