Changes between Version 3 and Version 4 of code
- Timestamp:
- Apr 21, 2005, 7:50:48 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code
v3 v4 1 1 = Coding = 2 2 3 === Every Start is Hard ===3 === Every Start is hard === 4 4 So you decided to help coding, but havn't yet got the slightest idea of where to start: read through the following primer: 5 * [wiki:Primer Orxonox Primer] - This will give you a short overview of the development environ ement of orxonox5 * [wiki:Primer Orxonox Primer] - This will give you a short overview of the development environment of Orxonox. 6 6 7 7 === Pathfinder trough the Code Jungle === 8 * [wiki:ModulesDescription A Collection of Moduledescriptions] - we have started to write little !HowTos for our modules. You will like them!8 * [wiki:ModulesDescription A collection of module descriptions] - we have started to write little !howtos for our modules. You will like them! 9 9 10 === To make your Code look like OrxnoX Code ===11 * [wiki:CodingRules The Art of Coding] - tells you how you write the code the Orxono Xway :)12 * [wiki:PerformanceTips Speedup your Code] - will give you some tips of how to code in a performant manner10 === To make your code look like Orxonox code === 11 * [wiki:CodingRules The Art of Coding] - tells you how you write the code the Orxonox way :) 12 * [wiki:PerformanceTips Speedup your Code] - will give you some ideas on how to code in a performant manner.