List: discuss@lists.openscad.org
From: Cory Cross
Re: Future of OO in OpenSCAD (was Re: Re: New feature in 2025.07.11: the object() function)
Mon, Aug 25, 2025 12:23 AM
>
JavaScript objects have many pitfalls when used as a key-value store
<https://web.archive.org/web/20150729173703/http://speakingjs.com/es5/ch17.html#_pitfalls_using_an_object_as_a_map>.,
so anyone used to JavaScript in the last decade would be used to Map
<https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map>.