0
Design patterns on SoloLearn
Wouldn't it be cool if there were 'design pattern funtamentals' on SoloLearn where we could get the basic knowledge out there in a simple programming language (or even pseudo-code)? The same thing could be done for SOLID principles. I know these are kind of advanced topics but the least we could achieve is get people familiar with the terms.
1 ответ
0
Design patterns is really wide topic. To cover every patter in depth you would have to spend good few days writing such tutorial. There are already quite a few good books and tutorials about them:
gameprogrammingpatterns.com is one of them.
I wouldn't mind if someone made tutorials about it, tho :D