Changes between Version 16 and Version 17 of NewbieDeveloperSetup


Ignore:
Timestamp:
2013-12-04T18:29:46Z (10 years ago)
Author:
zooko
Comment:

narrower scopes for links, and tracify them if possible

Legend:

Unmodified
Added
Removed
Modified
  • NewbieDeveloperSetup

    v16 v17  
    24246. ...
    2525
    26 m. Learn to use the [https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/logging.rst logging system]
     26m. Learn to use the [source:trunk/docs/logging.rst logging system]
    2727
    2828n. Help [wiki:PatchReviewProcess reviewing patches]. It is a good way to familiarize yourself with Tahoe-LAFS code and a lot can be learnt from the reviews before writting a single line of code.
     
    3030o. Learn [wiki:Patches how to submit patches]
    3131
    32 p. Dive into the code! See some [https://tahoe-lafs.org/pipermail/tahoe-dev/2012-May/007337.html tips for diving into Tahoe's source code] and follow the [wiki:CodingStandards coding standards] when you're ready to code.
     32p. Dive into the code! See some [/pipermail/tahoe-dev/2012-May/007337.html tips for diving into Tahoe's source code] and follow the [wiki:CodingStandards coding standards] when you're ready to code.
    3333
    34 q. Learn [wiki:HowToWriteTests how to write tests]. Patches and new code should pass the automated testing before being eligible to be merged (see [ticket:68#comment:88 this comment]). There is a [https://tahoe-lafs.org/trac/tahoe-lafs/query?status=!closed&keywords=~test-needed list of patches needing tests] if you want to get your feet wet.
     34q. Learn [wiki:HowToWriteTests how to write tests]. Patches and new code should pass the automated testing before being eligible to be merged (see [ticket:68#comment:88 this comment]). There is a [query:status=!closed&keywords=~test-needed list of patches needing tests] if you want to get your feet wet.