Something that covers things like coding style, things not to do in wine (e.g. because they arent portable enough) and so on.
On July 24, 2003 07:35 am, Jonathan Wilson wrote:
Something that covers things like coding style, things not to do in wine (e.g. because they arent portable enough) and so on.
No really. There's DEVELOPERS-HINTS, but that's about it. As for style, you can use your own style if you want in new files. If you're changing already existing files, just stick to the style used in them.
For new code, the preferred style is 4-spaces indentation, with braces on their own line: if (...) { .... } Many people feel strongly about it, and they have their own. If you don't, it's better to use the preferred one.