- From: Marcos Caceres <marcos@marcosc.com>
- Date: Wed, 9 Jan 2013 17:22:47 +0000
- To: François REMY <francois.remy.dev@outlook.com>
- Cc: "<,public-nextweb@w3.org>," <public-nextweb@w3.org>
Hi François, On Wednesday, January 9, 2013 at 4:34 PM, François REMY wrote: > I'll. But I've a general comment about your code: you assume Boolean, Double and DOMString are special types, but if you want to work with them in JavaScript, this will be a pain. Sort of, yes. The important thing is the casting. > I think we should just use "true" and "false" for Boolean, a normal JS string for DOMString. That means: just converters, no real type. I'd prefer to have the types for now. It's only to make sure we don't miss anything. > Boxing of values is generally not a good idea, if you want humans to modify the code (which we want). Can you explain a bit more what you mean here (i.e., how would people modify the code)? -- Marcos Caceres
Received on Wednesday, 9 January 2013 17:23:21 UTC