Re: Why bound prefixes are an anti-pattern in language design

Ian Hickson wrote:
> Could you illustrate how this is the case in JavaScript?
>   

foo=window.open("")
foo.document.open()
foo.document.write("<b>Some foo text</b>")
foo.document.close()

Best wishes

-- 
Martin McEvoy
http://weborganics.co.uk/

Received on Friday, 7 August 2009 00:36:09 UTC