Federico Mena-Quintero federico@gnome.org 2013 Andere Richtlinien und Bücher über die Organisation von Projekten der Freien Software Mario Blättermann mario.blaettermann@gmail.com 2016 Christian Kirbach christian.kirbach@gmail.com 2016 Zusätzliche Materialien

Hier sind einige Links zu anderen Materialien, die Sie vielleicht lesen wollen. Sie vermitteln Ihnen einen Einblick in die Arbeitsweise weit verstreuter Teams von Entwicklern freier Software sowie über guten Programmierstil im Allgemeinen.

Producing Open Source Software, by Karl Fogel. This is a truly excellent book of good practices that free software projects should follow. This is about social aspects of the project: how to treat contributors, how to organize and moderate communication, how to deal with non-profit foundations. If you ask yourself at any time, "how should I deal with $human_situation in the project?", this book may provide the answer.

GNU Coding Standards. This is an old document, but it still has lots of excellent advice. It talks about C coding style, issues when dealing with plug-in systems, common option names for command-line programs, conventions for Makefiles, and some very GNU-ish details like using Texinfo for documentation.

Linux Kernel Coding Style. Explains the rationale for "big indentation", brace placement, concise but unambiguous naming, and centralized exit of functions.