I really like the idea of reading other people to improve my design skills. Open source can help here.
This can teach you the basic principles of OO. But I do not write frameworks , I write code for real clients with rather complicated domain logic.
There are many guides on various MVC frameworks (for example, Create a blog with Ruby on rails in 15 minutes ). But hey, it’s very difficult to tinker with a small pet project.
How can I get the opportunity to read real production code associated with complex business domain logic?
I am interested in any MVC frameworks (any languages).
source
share