Closed pdrum closed 6 years ago
Adds a boolean flag called todo which defaults to true. If it's set to true // TODO: flags will be included in the generated code. Otherwise they will not.
todo
true
// TODO:
Resolves https://github.com/matryer/moq/issues/56
There's no need for a flag here. Let's just remove TODO from the template?
@pdrum great job though :) Well executed.
@matryer I removed them in https://github.com/matryer/moq/pull/66
Adds a boolean flag called
todo
which defaults totrue
. If it's set to true// TODO:
flags will be included in the generated code. Otherwise they will not.Resolves https://github.com/matryer/moq/issues/56