Changes between Version 7 and Version 8 of Join
- Timestamp:
- 08/07/2009 12:06:58 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Join
v7 v8 4 4 What do you need to know to become a good developer? 5 5 * C programming language knowledge 6 * Xfire protocol knowledge 7 * DEB, RPM or EXE knowledge 6 * Xfire protocol knowledge (see [http://xfireplus.com/xfwiki/index.php/Protocol_Documentation here] to learn about it) 7 * Some skills in reverse engineering using [http://www.wireshark.org/ Wireshark] 8 * DEB, RPM or EXE knowledge are a plus 8 9 * Glib or GTK knowledge are a plus 9 10 … … 13 14 Newly written code would have to be compliant to the coding convention. 14 15 15 16 Gfire devs tend to use the following convention: http://www.psgd.org/paul/docs/cstyle/cstyle.htm 16 We are currently working on one.