Monkey Patching in D

Peter Lundgren peter at peterlundgren.com
Thu Jun 6 05:53:34 PDT 2013


On Thursday, 6 June 2013 at 07:46:13 UTC, Paulo Pinto wrote:
> The solution would be to use tools like in C++/Java/.NET world 
> that rewrite assembly/bytecode and replace method/function 
> calls with your mocks.
>
> It works most of the time.
>
> --
> Paulo

I came to the same conclusion, so that's exactly what I'm 
proposing / asking for feedback on. Do you think that it would be 
reasonable to apply those techniques to D?


More information about the Digitalmars-d mailing list