Search results for #softwareprinciples
Features are expensive, both to develop and maintain, and for users to learn and navigate around. Before you implement something "just in case", read this: deviq.com/principles/yag… #DevIQ #SoftwareDevelopment #SoftwarePrinciples #CleanCode #YAGNI
🧹🧃Would you store cleaning supplies next to your snacks? Of course not! Just like at home, each part of your code has its place. 🏡✨ Check out our post on Separation of Concerns and see how it can make a big difference! 👇 deviq.com/principles/sep… #SoftwarePrinciples #DevIQ
Ever go shopping for a recipe, only to find out that your list was missing an ingredient because the recipe left it off? Come see my spaghetti bolognese adventures as we talk about Explicit Dependencies: youtube.com/watch?v=nA3SUL… #SoftwareDevelopment #SoftwarePrinciples
In this video we're going to learn what the Explicit Dependencies Principle is, and why it's important in our programming design as well as in cooking recipes. youtube.com/watch?v=nA3SUL… #SoftwareDevelopment #SoftwarePrinciples
🔍 The concept of Separation of Concerns is simple: keep different responsibilities separate in your design and code. Curious why this matters? 🤔 Dive in to learn more! 👇 deviq.com/principles/sep… #SoftwarePrinciples #SoftwareDevelopment #DevIQ
Ever go shopping for a recipe, only to find out that your list was missing an ingredient because the recipe left it off? Come see my spaghetti bolognese adventures as we talk about Explicit Dependencies: bit.ly/3YxgAfC #SoftwareDevelopment #SoftwarePrinciples
In this video we're going to learn what the Explicit Dependencies Principle is, and why it's important in our programming design as well as in cooking recipes. bit.ly/3xMgSnZ #SoftwareDevelopment #SoftwarePrinciples
🧵 9/15 One key principle of Clean Architecture is the Dependency Rule: Source code dependencies can only point inwards. Nothing in an outer circle can directly reference or know about something in an inner circle. #CleanArchitecture #DependencyRule #SoftwarePrinciples
Ever go shopping for a recipe, only to find out that your list was missing an ingredient because the recipe left it off? Come see my spaghetti bolognese adventures as we talk about Explicit Dependencies: bit.ly/4bQxxpg #SoftwareDevelopment #SoftwarePrinciples
In this video we're going to learn what the Explicit Dependencies Principle is, and why it's important in our programming design as well as in cooking recipes. bit.ly/44zEI2k #SoftwareDevelopment #SoftwarePrinciples
Ever go shopping for a recipe, only to find out that your list was missing an ingredient because the recipe left it off? Come see my spaghetti bolognese adventures as we talk about Explicit Dependencies: bit.ly/3VLXYqJ #SoftwareDevelopment #SoftwarePrinciples
Do you really store your cleaning tools with your foods in the refrigerator? Of course not! Everything has its place, and this article on Separation of Concerns talks about how you might separate your code to be better managed: bit.ly/47LH6mG #SoftwarePrinciples #DevIQ
In this video we're going to learn what the Explicit Dependencies Principle is, and why it's important in our programming design as well as in cooking recipes. bit.ly/49TRdH6 #SoftwareDevelopment #SoftwarePrinciples
Ever go shopping for a recipe, only to find out that your list was missing an ingredient because the recipe left it off? Come see my spaghetti bolognese adventures as we talk about Explicit Dependencies: bit.ly/3w3dOmg #SoftwareDevelopment #SoftwarePrinciples
#ForwardCompatibility is designing systems with an eye towards the future. #softwaredesign #softwareprinciples
In this video we're going to learn what the Explicit Dependencies Principle is, and why it's important in our programming design as well as in cooking recipes. bit.ly/3vtdSer #SoftwareDevelopment #SoftwarePrinciples
Ever go shopping for a recipe, only to find out that your list was missing an ingredient because the recipe left it off? Come see my spaghetti bolognese adventures as we talk about Explicit Dependencies: bit.ly/47MrcsN #SoftwareDevelopment #SoftwarePrinciples
The general idea of Separation of Concerns is that one should avoid co-locating different concerns within the design or code. Read on about why this principle matters in software development: bit.ly/3CdP9uW #SoftwarePrinciples #SoftwareDevelopment #DevIQ