本文介绍了解决方案\参考管理的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建utils类库(例如,日志记录等)
我想在几个独立的应用程序中使用utils解决方案.

我当然正在使用源代码控制...

-这是否意味着我应该管理utils解决方案(持有utils类库)
并为每个应用程序提供单独的解决方案?

-使用ApllicationA解决方案的utils类库该怎么办?

-ApplicationA解决方案还可以包括utils解决方案(例如,去定义作品吗?)

-如果可能的话,是否意味着程序员A的任何更改都将通过ApplicationA解决方案应用于utils库,也将使用相同的utils类库影响ApplicationB解决方案

-修复utils解决方案中的错误时该怎么办?
-修补程序如何气泡到ApplicationA和B?

I would like to create utils class library (eg, logging, etc)
I want to use the utils solution in several independent applications.

I''m using source control of course...

- Does that mean I should manage utils solution (holding the utils class library)
and also separate solution for each application?

- What do I have to do to use the utils class library from ApllicationA solution?

- Can ApplicationA solution also include the utils solution (eg, go to definition works?)

- If that is possible, does that mean that any change programmerA apply to utils library via ApplicationA solution , also affects ApplicationB solution using the same utils class library

- What do we to do when we fix a bug in utils solution?
- How does the fix bubbles to ApplicationA and B?

推荐答案


这篇关于解决方案\参考管理的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-24 21:45