coding

14 articles 路 all categories

3 articles from September 2016 show all

Object clone performance: preliminary results

Are You an Engineer or a Developer?

A puzzle in JavaScript objects

This is a puzzle you can run into if you鈥檙e not careful, and sometimes, despite your best efforts, even if you are careful. It happened to me when I had a settings object that I passed into a view. The view then did things. When I made a new view from the settings object, it looked like the view I had just cleared.