Tagged Questions
5
votes
1answer
268 views
Structure vs. programming
Is it bad that I often find myself spending more time on program structure than actually writing code inside methods? Is this common?
I feel I spend more time laying the foundation than actually ...
5
votes
4answers
242 views
Should I include dependencies for which I have the source as projects in my solution?
We have various projects in source control for web and desktop applications. Invariably, many of them use third-party open source projects or even common libraries within our organization as ...