Currently, the company uses a framework based on the MVC model to develop code, but I often hear about oop-based programming styles. Brother, I want to learn oop programming. Are there any good git projects or learning cases? Ah, let me admire you
Currently, the company uses a framework based on the MVC model to develop code, but I often hear about oop-based programming styles. Brother, I want to learn oop programming. Are there any good git projects or learning cases? Ah, let me admire you
OOP has nothing to do with language. You first understand why MVC is needed and why OOP is needed. Write a small purely process-oriented project yourself, and then transform it according to the ideas of MVC. You should understand why. You can read some design patterns. Use books to study the principles and implementation of mainstream frameworks
oop is a kind of idea, which is the experience summed up by predecessors in the software development process. The ultimate goal is decoupling.
Reference materials http://www.runoob.com/design-...