Writing Scalable & Maintainable Code
<p>Well if you have, there’s really nothing to be ashamed about. We all write flawed code as we learn. The good news is, it’s fairly straightforward to make improvements- but only if you’re willing.</p>
<p>One of the best ways to improve your code is by learning some programming design principles. You can think of programming principles as a general guide to becoming a better programmer- the raw philosophies of code, one could say. Now, there are a whole array of principles out there (one could argue there might even be an overabundance) but I will cover five essential ones which go under the acronym SOLID.</p>
<p>read more - https://medium.com/@forreya/the-solid-principles-writing-scalable-maintainable-code-13040ada3bca</p>