If I understood correctly, The Reflection part of the Metaprogramming can be broken further into multiple parts like,
- Introspection: Code is able to inspect itself
- Self-Modification
- Intercession: Acting behalf of somebody else
To me, Proxy is more into the category of 'Intercession', isn't it?
To me, Proxy is more into the category of 'Intercession', isn't it?