0pdd
0pdd copied to clipboard
Allow `TODO:` and `TODO` as PDD tag to better align with C#/F# .NET Codebases
For .NET Developers, they don't use annotations and the convention is to write TODO
in all caps, sometimes with a :
at the end.
It would be a very useful feature if 0pdd were able to treat those as Puzzle tags and the interpret the remainder of the puzzle to create a ticket.
This was one of the reasons I stopped using 0pdd in some of my .NET projects. It was very inconsistent from the normal code style.
@yegor256/z please, pay attention to this issue
@SilasReinagel can you give an example how you would format a puzzle instead?
// TODO: #16 This needs to use Trigonometry to apply the velocity correctly
Job #202 is now in scope, role is DEV
@SilasReinagel we will make it possible to use TODO:
in addition to @todo
The job #202 assigned to @liligga/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; there will be no monetary reward for this job
The job #202 assigned to @fybwid/z, here is why; the budget is 30 minutes, see §4; please, read §8 and §9; if the task is not clear, read this and this; there will be a monetary reward for this job
@0crat wait @yegor256 I need more details with this issue
@0crat wait @yegor256 I need more details with this issue (here)
@fybwid The impediment for #202 was registered successfully by @fybwid/z
@fybwid What details are you lacking?
@SilasReinagel, the Puzzle tags is not sufficiently documented, I don't understand how it works. In order to use TODO:
in addition to @todo
I should understand how it works first.
@fybwid https://github.com/yegor256/pdd/blob/master/README.md
@SilasReinagel, I have find which files needed to change which is: https://github.com/yegor256/pdd/blob/master/lib/pdd/source.rb in order to add TODO
and TODO:
to the current Puzzle tags @todo
. If this is the file should changed, do I have to open New issue at https://github.com/yegor256/pdd/blob/master/lib/pdd/source.rb to enhance supported Puzzle tags?
@fybwid I opened a bug in that repository too. Originally when I opened this issue, I was unaware that the parsing was handled by another library.
@fybwid This ticket can be closed once an updated version of pdd
with this feature is incorporated into 0pdd