|
|
|
Created:
17 years, 4 months ago by markluffel Modified:
2 years, 2 months ago Reviewers:
azuercher, tparikh Base URL:
https://svn.appcelerator.org/appcelerator_sdk/trunk/components/websdk/src/js/ Visibility:
Public. |
Patch Set 1 #
Total messages: 1
|
markluffel
So, Alex was telling me about the code review process that his team does, and ...
|
17 years, 4 months ago (2008年08月27日 01:24:13 UTC) #1 | |||||||||||||
So, Alex was telling me about the code review process that his team does, and I checked out this thing that Guido, the creator of Python wrote. It seems pretty sane and usable thus far, though for contract work, we'd probably want to deploy a different copy of the source (it's open) rather than use the default deployment (which is public). There's nothing particularly interesting about this patch, I just needed something to upload and had it outstanding. Opinions on code review? http://codereview.appspot.com/3275/diff/1/2 File compiler.js (right): http://codereview.appspot.com/3275/diff/1/2#newcode2721 Line 2721: return [{key:str,value:'',empty:true}]; empty strings evaluate to false, don't we want a value that will be true (to indicate that there was a key of that name (since presumably, keys without values are either boolean flags or special strings for which the value doesn't matter at all))?