Few big libraries or many small libraries?
Over the course of some months I’ve created a little framework for game development that I currently include in all of my projects.
Using absolute paths for build dependencies
Currently we are using Source Safe and have started migration to Subversion.
All of our external SDK’s(> 500 MB) are held in Source Safe right now, and I am looking for ways to move them from VSS to a repository.
What is the name of this relationship between objects? [closed]
Closed 10 years ago.
How to find method and class usages along git repositories
We got some code in a git repository that’s used along different projects (with git different repositories), the problem is that we got now so many different projects that’s difficult to track which projects will be affected and how when there is a change in the shared module.
How do I distribute my scientific software with as few dependencies as possible?
As part of my research, I write a lot of Python and MATLAB code that never needs to be distributed to anyone else. Even if I need to distribute my software, Python and MATLAB, both being interpreted, make sharing it relatively simple.
Determine dependency between .NET projects [duplicate]
This question already has answers here: .NET Dependency Management Systems (3 answers) Closed 11 years ago. We have a big and complex application composed by at least 700 DLL. The number is growing month after month. The code is not well structured because every DLL is a stand alone solutions. As you can imagine, when […]
Determine dependency between .NET projects [duplicate]
This question already has answers here: .NET Dependency Management Systems (3 answers) Closed 11 years ago. We have a big and complex application composed by at least 700 DLL. The number is growing month after month. The code is not well structured because every DLL is a stand alone solutions. As you can imagine, when […]
Determine dependency between .NET projects [duplicate]
This question already has answers here: .NET Dependency Management Systems (3 answers) Closed 11 years ago. We have a big and complex application composed by at least 700 DLL. The number is growing month after month. The code is not well structured because every DLL is a stand alone solutions. As you can imagine, when […]
Determine dependency between .NET projects [duplicate]
This question already has answers here: .NET Dependency Management Systems (3 answers) Closed 11 years ago. We have a big and complex application composed by at least 700 DLL. The number is growing month after month. The code is not well structured because every DLL is a stand alone solutions. As you can imagine, when […]
Should I include test runner module as a dependency in my module?
My module has no dependency on its own but for running tests you need to install jasmine-node
module. Should I include that module as a dependency?