Developing Programmers .com

New Developing Programmers Forums are now available.

Local Search:



This site is optimized for standards so you can use any standards compliant browser:

Valid XHTML 1.0 Transitional
Valid CSS!
(RSS) RSS Feed

Web Search:
Google


Wednesday, 13 August, 2008
Subversion ACL Permissions Explained

I recently did some digging in the Subversion source code to find out answers to precedence questions that remained after re-reading the documentation for Subversion’s per-directory permission files (popularly referred to as ACLs). At work, this helped us a lot with ensuring our new graphical UI for permissions (an excellent tool developed by Mark George) […]

Posted by sarah at 10:23 am in: Documentation , Tools
Saturday, 13 May, 2006
Coder To Developer

I recently picked up a copy of Mike Gunderloy’s book, “Coder To Developer”. The title grabbed me right away because it’s exactly what this site is about! Reading it in fragments of time between work and home commitments, I was actually excited to try things after reading each chapter. The bulk of the book is […]

Posted by sarah at 2:33 pm in: Design , Documentation , Planning , Plugs , Teamwork , Tools
Saturday, 29 April, 2006
Who Needs Documentation?

In a court case against the European Competition Commission, Microsoft has allegedly had to spend 35,000 man hours, producing 12,000 pages of documentation to show how easy it is to write software that interoperates with theirs. They even had to re-hire some people who worked on the original software to help document it. This is […]

Posted by sarah at 7:02 pm in: Documentation
Thursday, 22 December, 2005
Mind Mapping Software

This being the last Thursday before Christmas, it’s time to slack off a little. So I’m writing about a program that does pretty diagrams of “mind maps” that you can play with on your last day at work. It’ll be fun and might even be productive.

Posted by sarah at 5:46 pm in: Documentation , Teamwork , Tools
Thursday, 8 December, 2005
Documentation For Programmers

We all know we should document our code. But how much documentation is enough? This article explores three main kinds of documentation for programmers and suggests tools for producing API documentation automatically.

Posted by sarah at 5:01 pm in: Documentation , Tools