Tagged Questions
0
votes
2answers
228 views
Convention over Configuration go against loose coupling?
Something a lot of programmers seem to be abiding by is Convention of Configuration. In the context of IoC this means using the API instead of XML configuration.
How are you supposed to keep the ...