Redsart / TodoApp

This repo is for practice and learning purposes, so please do not submit PRs.
1 stars 1 forks source link

Read about design patterns #33

Closed kpau closed 3 years ago

kpau commented 3 years ago

Library vs Framework. https://www.freecodecamp.org/news/the-difference-between-a-framework-and-a-library-bd133054023f/#:~:text=The%20technical%20difference%20between%20a,in%20charge%20of%20the%20flow. https://www.programcreek.com/2011/09/what-is-the-difference-between-a-java-library-and-a-framework/

Dependency Injection https://en.wikipedia.org/wiki/Dependency_injection (skip the examples) https://docs.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-usage https://docs.microsoft.com/en-us/dotnet/core/extensions/dependency-injection-guidelines

MVC, MVP, MVVM https://medium.com/@ankit.sinhal/mvc-mvp-and-mvvm-design-pattern-6e169567bbad https://www.linkedin.com/pulse/understanding-difference-between-mvc-mvp-mvvm-design-rishabh-software/

Design patterns:

https://github.com/VanHakobyan/DesignPatterns

kpau commented 3 years ago

Added 2 more resources for Dependency injection