<div class="gmail_quote">On Mon, Nov 26, 2012 at 3:52 PM, Davor Cubranic <span dir="ltr"><<a href="mailto:cubranic@stat.ubc.ca" target="_blank">cubranic@stat.ubc.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is this macro intended to be used in other, similar contexts? Otherwise, why not have "switch" inside unique2, as in Hadley's original code?<br></blockquote><div><br></div><div>Yes the idea was that if you had dozens of functions that had an identical switch/case dispatch then you would have cleaner syntax + less bugs by using a macro. </div>
<div><br></div><div>If this was a one-off then obviously the switch/case inline would have indeed been more clear.</div></div>