bouvard

1,764
reputation
212 views

Registered User

name bouvard
member for 1 year
seen Dec 9 at 16:17
website
location US
age 25

Skills
in order of proficiency


Languages: Python, C#, C/C++, PHP, Javascript, others.

Platforms: Windows, Linux, Embedded ARM processors.

UI Toolkits: GTK, Windows Forms, Win32, WPF, others.

Specializations: Interface automation, efficiency analysis, rapid development, functional communication, doing a lot with a little, and the one-man-band development model.

Dec
5
accepted Why does PIP install of python-couchdb experimental branch from SVN fail?
Nov
29
comment Why does PIP install of python-couchdb experimental branch from SVN fail?
You should post so I can properly accept your answer, sir. In this particular case, the "stupid question" had great merit.
Nov
29
answered Why does PIP install of python-couchdb experimental branch from SVN fail?
Nov
29
comment Why does PIP install of python-couchdb experimental branch from SVN fail?
...subversion... yes... I suppose that is required to run that command isn't it... sigh
Nov
29
asked Why does PIP install of python-couchdb experimental branch from SVN fail?
Nov
18
awarded  Good Answer
Oct
28
accepted Linq to SQL Class Regeneration
Oct
3
awarded  Yearling
Sep
11
awarded  Nice Answer
Aug
11
awarded  
Jul
9
comment Should Git Repo’s be at the Solution Level or Project Level in Visual Studio
Well, in general I think its wise to take advantage of the fully-automated build cycle that Visual Studio offers. However, if you can segment your dependencies this way and not put undue burden on yourself at compile time then sure, that seems like it would be alright. This probably does require that the external libraries you depend on are at least somewhat stable. Otherwise you may end up habitually running multiple instances of VS.
Jul
8
comment Should Git Repo’s be at the Solution Level or Project Level in Visual Studio
I considered this for my projects, but I found that conforming Git's notion of "submodules" to a Visual Studio solutions's expected file structure was non-trivial. (Though not impossible to overcome by any means.) Also, the submodule commands are, to my mind, rather unintuitive and adding the complexity just wasn't necessary for my project. However, your right to point out that if cmaduro's projects have greater needs, this certainly could be a possible solution.
Jul
8
comment Should Git Repo’s be at the Solution Level or Project Level in Visual Studio
wrap _another Git repo around... (stupid typos)
Jul
8
comment Should Git Repo’s be at the Solution Level or Project Level in Visual Studio
Hmmm, I'm not sure I follow. Having one project per repository doesn't prevent you from having an over-arching solution file that includes all those projects and all there build data. (I certainly do, in fact, I have a few like that.) If you are concerned about that build metadata not being version controlled with the rest of the source, you could always wrap around Git repo around just those "solution level" files, although in my case I have found that sort of versioning is overkill/unnecessary. I would be interested to hear any further thoughts you have on the issue.
Jul
7
accepted Should Git Repo’s be at the Solution Level or Project Level in Visual Studio
Jul
7
answered Should Git Repo’s be at the Solution Level or Project Level in Visual Studio
Jul
6
accepted PyOpenGl or pyglet?
Jul
1
answered Django caching for subdomains