Changes between Version 10 and Version 11 of WikiStart
- Timestamp:
- Nov 29, 2006, 10:56:52 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v10 v11 7 7 == Coding == 8 8 9 * [wiki:Important Important Considerations] : things you must have in mind before start coding. 10 9 11 * [wiki:SVN] : where to find the code to work with, what you will find there and how to work with it. 12 13 * [wiki:Files Files Structure] : the way the code is organized. 10 14 11 15 * [wiki:Bugs] : how to manage bugs found by you or reported by others. 12 16 17 * [wiki:TestCases Test Cases] : how to test and create test cases for your code. 18 13 19 * [wiki:Compatibility] : the compatibility we must provide now, and what we want to provide in the future. 14 20 15 * [wiki:Components] : the main components that compose the project and who maintains each one of them.21 * [wiki:Components] : the main components that compose the project and their relative maintainers. 16 22 17 23 * [wiki:CodingStyle Coding Style Guidelines] : the coding style standards to follow.