google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

Pub/Sub: Remove `PleaseIgnoreThisSimplifiesTestingTheSamples` from streaming pull samples

Open kamalaboulhosn opened this issue 11 months ago • 1 comments

Several of the Pub/Sub streaming pull samples have a call that looks like PleaseIgnoreThisSimplifiesTestingTheSamples(). As I understand it, this is to help with the continuous tests on the samples. However, C++ is the only language that has this and I think it complicates the sample. We should look for a way to remove this.

kamalaboulhosn avatar Mar 12 '24 18:03 kamalaboulhosn

We'll see if we can make this prettier.

scotthart avatar Sep 19 '24 18:09 scotthart