Sneak peek to Javascript AOP

As of last week, one of my colleagues has translated an article about ES6 Proxy. Soon after I read that, I came up with an idea about Javascript AOP(Aspect Oriented Programming). I talked to myself, Is there anyone who talk about it? How’s it going on in Javascript world? Here I share what I found and explain how Proxy is related to AOP.

A Sneak peek to Javascript AOP

As of last week, one of my co-workers has translated an article about ES6 Proxy. Soon after I read that, I came up with an idea about JavaScript AOP(Aspect Oriented Programming). I talked to myself, Is there anyone who talk about it? How’s it going on in JavaScript world? Here I share what I found and explain how Proxy is related to AOP.