Changes between Version 16 and Version 17 of NewbieDeveloperSetup
- Timestamp:
- 2013-12-04T18:29:46Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified NewbieDeveloperSetup
v16 v17 24 24 6. ... 25 25 26 m. Learn to use the [ https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/logging.rst logging system]26 m. Learn to use the [source:trunk/docs/logging.rst logging system] 27 27 28 28 n. 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. … … 30 30 o. Learn [wiki:Patches how to submit patches] 31 31 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.32 p. 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. 33 33 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.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 [query:status=!closed&keywords=~test-needed list of patches needing tests] if you want to get your feet wet.