Ronald Mathies
unread,May 18, 2009, 1:20:30 AM5/18/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CubicEx-discuss
This is more of a notice for everybody who is reading here..
I have started to add people to the project membership list so that if
they would like to make contributions that they can add them directly
into the code.
If you would like to be added as a project member then please notify
me using this thread.
There are a very simple set of rules you need to follow:
1. Naming convention, please pay close attention to the naming of the
existing commands, this helps to group them together so it is easier
to see what commands exist. Same goes for the attributes of a command,
re-use them as much as possible when appropriate.
2. Create a test for each command created, it doesn't have to be green
during development but it has to be green before we create a new
release.
3. Code in the repository needs to be able to compile, i don't like it
when the code is unable to compile since it bothers the other people
in their development.
4. Project owners decide when a new release is to be made, however, it
is always possible that a project member suggests it to the project
owners.
5. Before release all commands need to be documented by creating a new
Wiki page on the project site along with a screen dump of the test
created.
6. If you have a question, ask!! and i will be happy to give you a
answer.