HELP
Help the Classic Forum
Like nearly every open source project the Classic Forum always looks for co-workers. Actually I'm looking for:
-
Betatesters. I always look for beta testers searching the forum for bugs. If you are willing
to test it, feel free to do so. Please report errors at
http://bugs.selfhtml.org/. Is there need for discussion feel free to
write me an email.
-
Documentators. I always look for people writing documentation. I cannot write because my lingual abilities are
limited. You can document with LaTeX or HTML, the HTML will be converted to LaTeX (LaTeX can be converted to PDF).
You can gain access to the repository if you work for the project. I ask for understanding that I cannot give everyone
fully access.
GUIDELINE
Guidelines of the Classic Forums
Coding-Style
- Use spaces for indenting. Per level of indention use two spaces.
- Don't use whitespaces between keyword/function name and brace. Instead of
if () write
if()
- Don't break long lines. Modern editors can break long lines virtually, it doesn't make any sense to break them
physically
.
- Functionallity should be implemented as performant as possible. Performance is an imported aim of the Classic Forum.
Checkin into the repository
It is not imported to checkin fully functional code. It is more imported to commit regularly. A cooperation with a co-worker
checking in not very regulary is very difficult. It will cause conflicts.
Bigger changes
Bigger changes have to be discussed! Don't change anything on your own will!