cqfn / pdd

Command line toolkit for collecting TODO markers from your code, known as Puzzle Driven Development (PDD)

Home Page:https://www.0pdd.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pdd doesnt recognize multilines puzzle description.

dzhukovski opened this issue · comments

Pdd was not able to recognize such description. (all tabs and spaces are make the difference). When I put this description into single line everything been parsed properly.

        /**
         * @todo #2:30m/DEV Create Test project solution architecture.
         * Add IEntity type
         * Add ICar type
         * Add IPayment type
         * Add IRent type
         */

Hi @dzhukovski thanks for submitting this issue. I looked through and noticed the todo marker you have is not properly formatted. Check the readme on how to format

Right

/**
 * @todo #2:30m/DEV Create Test project solution architecture.
 *  Add IEntity type
 *  Add ICar type
 *  Add IPayment type
 *  Add IRent type
 */

Wrong

/**
 * @todo #2:30m/DEV Create Test project solution architecture.
 * Add IEntity type
 * Add ICar type
 * Add IPayment type
 * Add IRent type
 */

cc: @yegor256

Hi @mbao01 , thanks for the clarification, but to be honest its pretty weird that the format I used can not be considered as a proper one. Anyway thanks a lot.

@dzhukovski this is my design. The only space for us to understand where your puzzle ends is by the indentation.

Job gh:yegor256/pdd#150 is not assigned, can't get performer