-----Original Message-----
 From: ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org]
 On Behalf Of Alex Ionescu
 Sent: 19. oktober 2005 17:08
 To: ReactOS Development List
 Subject: Re: [ros-dev] top-level source header
 Casper Hornstrup wrote:
 You can lookup the information in the PROGRAMMERS
field in the repository. The PURPOSE field is
not needed as you should be able to get the same
information from the filename and the code in the
file.
 
 I agree it can be considered superflous, but having such identification
 information is usually considered good practice in most software
 projects. While -we- can lookup that information, a non-programmer will
 have NO clue what on Earth a file does simply by browsing through it. 
 [CSH]
I'm wondering why it is considered good practice. If a
 non-programmer
 has no clue as to what the file contents does from reading the source
 code,
 why does he need to know the information contained in a one line summary
 description of the file contents?