#debugging
Read more stories on Hashnode
Articles with this tag
I've been messing with the Proxy object lately, and I've created a very simple proxy, that allows for a neverending object chain. It's basically a...
A proof of concept for timing and counting all calls to an object. ยท The Proxy class is a way of intercepting calls to an object. This post assumes basic...