Slightly update the doc to make it correspond to nowadays reality

svn path=/trunk/; revision=22315
This commit is contained in:
Aleksey Bragin 2006-06-11 21:05:25 +00:00
parent 0262a2684c
commit c08140a104

View file

@ -26,19 +26,14 @@ questions,
* Style
There is no coding style used for ReactOS, however the following guidelines
make things easier
There is a coding style used for ReactOS, it's described in a ReactOS's Wiki
page called Coding Style: http://www.reactos.org/wiki/index.php/Coding_Style
However, not all codebase complies with the rules outlined in that page, so
if you need to hack some code which has not been yet formatted, it's wise
to keep the kind of formatting it already has, to make it looking good until
it receives a formatting patch.
Include information at the top of a module about its purpose, contact
information for its programmer and any useful notes.
Include a comment by each non-trival function describing its arguments,
purpose and any other notes.
Update the documentation in this directory
These guidelines are an ideal, no one manages to implement them all the
time, straightforward working code is probably just as good.
* Debugging
@ -105,11 +100,11 @@ Debugging kernel-mode code is tricky, these are some snippets
There is a mailing list for kernel development,
ros-kernel@reactos.com
ros-dev@reactos.org
The main developers use a cvs account to coordinate changes, ask
rex (rex@lvcablemodem.com) for an account if you are going to be adding
a lot of code. Smaller patches can go to the mailing list or to the
The main developers use a svn account to coordinate changes, ask
Aleksey (aleksey@reactos.org) for an account if you are going to be
adding a lot of code. Smaller patches can go to the mailing list or to the
relevant developer (usually the comment at the top of a module will have
an email address). Regular snapshots are made available for download,
see the mailing list for announcements.