I am not a fan of pragmas myself, but then I am also not an enemy. Personal I would prefer if we would follow a similar approach to unit testing, meaning separate classes for examples. I dont like the idea of mixing regular code with examples even just for a single example. Separate class will also mean there would be no need for the name of the method to contain "example". So you can both name your example whatever you want and keep your code separate , clean and nice.
On Mon, Oct 27, 2014 at 2:15 PM, stepharo <[email protected]> wrote: > Hi doru and others > > so finally what is the conventions we should use for example? > > exampleFooBar > <example> > > Stef > > >
