+ 5
About programming concepts:
Hello guys. Not long ago I met a concept called SOLID that you should know much better than I do. Although they are still confusing terms to me, this kind of "tip" really helps a beginner - in this case, I - understand how programming is in practice. I did not find lessons about these concepts here and I would like to know which, besides this, you know. If someone who is also starting to appear here, read this. That's where I found the text about SOLID with very objective examples on each concept: https://scotch.io/bar-talk/s-o-l-i-d-the-first-five-principles-of-object-oriented-design
2 odpowiedzi
+ 11
thaks for sharing this 😃 👍
+ 4
A quick jump on Wikipedia and found a few more:
GRASP: https://en.wikipedia.org/wiki/GRASP_(object-oriented_design)
KISS: https://en.wikipedia.org/wiki/KISS_principle
Don't Repeat Yourself: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself