Developing Programmers .com

Local Search:


SyncUp8 is rethinking research. Find out more.


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


Sunday, 11 December, 2005
A Software Quality Blog

Plug for Ronny De Winter’s Software quality blog; which this week is quoting basics of unix philisophy from “The Art of Unix Programming” by Eric Raymond.

Posted by sarah at 12:46 pm in: Plugs , Quality
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
Saturday, 3 December, 2005
High Notes in Software Development

Joel Spolsky has a marvellous article, “Hitting the High Notes”, which describes software design and development ability in terms of a musical or acting performance.

Posted by sarah at 2:56 pm in: Plugs
Thursday, 1 December, 2005
Testing On The Cheap

We all know that we “should” write tests for each new feature we add to ensure that the feature works correctly. At work we don’t have a formal testing process so I use a trivial shell script to run a series of tests for me.

Posted by sarah at 11:37 pm in: Methodology , Quality , Tools