Changes between Version 7 and Version 8 of NewbieDeveloperSetup
- Timestamp:
- 2012-07-24T11:56:42Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieDeveloperSetup
v7 v8 25 25 26 26 o. 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. 27 28 p. 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.