Tagged Questions
0
votes
1answer
153 views
Big project with many external libraries - source code organisation
I was wondering what is the best way to organize my source code. I was researching on SO and found http://stackoverflow.com/a/1398594/137261 but this source code layout is library specific and doesn't ...
8
votes
2answers
385 views
Contributing to open source software (how to hack) [duplicate]
Possible Duplicate:
How do you dive into large code bases?
I am currently a student and started programming a few years ago. I am able to write complete working software in many languages. ...
4
votes
2answers
651 views
What are the standard directory layouts for source code?
I'm in the process of proposing a new standard directory layout that will be used across all the projects in our organization. Projects can have compiled source code, setup scripts, build scripts, ...