On 24/08/2017 09:42, Markus Armbruster wrote: > > In a language less primitive than C, I'd write it exactly that way, and > nobody would complain. In old, primitive C, I have to write > > global_qtest = A; > do this > do that > > global_qtest = B; > do something > > global_qtest = A; > do more > > Why's that so horrible to justify busywork on wrappers?
Because cut-and-paste is a thing. :( Paolo