|
|
|
|
|
by gwbas1c
3577 days ago
|
|
I've found that the bigger problems are: - Confusing design patterns with frameworks - Using frameworks incorrectly - Using a framework when a library is more appropriate For example, Dependency Injection should start as a design pattern, and then a framework brought in based on the project's requirements. A couple of screens of "new" statements have very little learning overhead. No framework can define the way an application's modules relate with each other. |
|