Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 3 and Version 4 of code


Ignore:
Timestamp:
Apr 21, 2005, 7:50:48 AM (19 years ago)
Author:
simon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code

    v3 v4  
    11= Coding =
    22
    3 === Every Start is Hard ===
     3=== Every Start is hard ===
    44So 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 environement of orxonox
     5 * [wiki:Primer Orxonox Primer] - This will give you a short overview of the development environment of Orxonox.
    66
    77=== 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!
    99
    10 === To make your Code look like OrxnoX 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 tips of how to code in a performant manner
     10=== 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.