I would of course use the appropriate version (stret or normal) for the circumstance.
+3
A:
Nothing necessarily wrong with it. Many of the language bridges do this underneath.
Chuck
2010-04-20 22:23:55
Just make sure you know *why* you are doing it.
Rob Keniger
2010-04-20 23:46:23
Rob raises a good point. Why *do* you want to call it instead of using the ordinary messaging syntax?
NSResponder
2010-04-21 00:56:57
Language bridge, seems faster than nsinvocation
Jared P
2010-04-21 03:02:15
It's definitely faster than NSInvocation: http://www.mikeash.com/pyblog/performance-comparisons-of-common-operations.html
eman
2010-04-21 03:11:42