decoupling
Dependency Injection and decoupling of software layers
I am trying to implement Dependency Injection to make my app tester friendly. I have a rather basic doubt.[详细]
2023-01-01 21:55 分类:问答Book/tutorial that teaches how to make programs that are easy to maintain and are less coupled?
I\'m a PHP programmer and I really want to increase the quality of my code and most importantly I want to be better at programming.[详细]
2022-12-25 13:29 分类:问答Help decoupling Crystal Report from CrystalReportViewer
I\'m using Visual Studio 2005 with VB.NET. I have a number of Crystal Reports, each with their own associated dialog resource containing a CrystalReportViewer.The class definitions look like this:[详细]
2022-12-22 20:40 分类:问答Type List vs type ArrayList in Java [duplicate]
This question already has answers here: What does it mean to "program to an interface"? (33 answers)[详细]
2022-12-20 21:31 分类:问答decoupling django apps - best practice to layout a project
I\'m working on a project that has sever开发者_StackOverflowal apps, and want to include a news app for news stories.[详细]
2022-12-15 15:01 分类:问答Dependency Injection and .NET Attributes
I have a couple of method attributes which do some logging. Our logging code sits behind an interface (ILog) and I\'d like it if the attributes were only dependent upon that interface as opposed to an[详细]
2022-12-09 04:23 分类:问答