-
as seen on Server Fault
- Search for 'Server Fault'
To manage my source code I have created SVN subversion server by using command
svnadmin create /myrepos
svn import /root/MySourceCode file:///myrepos
I have created user and provided rw access to him. User can easily commit their changes in repository. How can I update my sourcecode (/root/MySourceCode)…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
Why do we still embed natural language descriptions of source code (i.e., the reason why a line of code was written) within the source code, rather than as a separate document?
Given the expansive real-estate afforded to modern development environments (high-resolution monitors, dual-monitors, etc…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I have developed a couple of form based windows application in vb.net for a client and they all work well and he paid me through a freelance site. I have handed over the executable and the setup to the client and all was well. Now the client wants the source code for the application. Is there a general…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
after a lot of small-medium projects, I have a lot of libraries and test programs here and there. Also, I must admit that some of the "best practices" I learnt are not that "good" IMHO. In particular, documenting your code and making a "high-level" documentation is not useful in practice:
High-level…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Current static source analysis tools for C# (or other .NET languages) usually operate on the assembly-level. They use reflection to analyse the code.
Are there tools available that operate on a source code level only (like lint for C)?
>>> More