This week, I am working with javaScript. When I was trying to detect a double click event on the gutter, I made some mistakes but I also learned a lot from that. Mainly, I learn that I should never attach a single click handler and a double click handler to the same object because it is hard to tell which one is fired up. Hence the behavior is not guaranteed.

After that, I studied about throttle. As debouncer is closely related to throttle, I studied that as well. I benefited a lot from this because these two are really useful in efficient event handling.

Then, I started to integrate the simulator into the project I am currently working on. The simulator is launched automatically as I want it to be but there are some issues with the target file I fetched and used for simulation. I have found a bug but I am still trying to fix it.


0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.