Skip to content

Instantly share code, notes, and snippets.

@piascikj
Last active April 21, 2017 15:29
Show Gist options
  • Save piascikj/9de36ebee504662d52add3f3fd6d6b8e to your computer and use it in GitHub Desktop.
Save piascikj/9de36ebee504662d52add3f3fd6d6b8e to your computer and use it in GitHub Desktop.

Because programming should be fun again.

  • Programming satisfies a creative urge
  • I got involved in programming because I enjoyed it
  • I just want to get back to the code
  • Simplified task management for development teams of all sizes
  • Track issues in your TODO comments with TODOBOTs
  • TODOBOTs will automate much of your developers software issue tracking workflow
  • Make life easy
  • Uncover technical debt captured in the form of TODO comments
  • At one time I was working on 3 different issue trackers. If imdone would have existed then I would have saved hours a week.

Before

  1. Check issue tracking for work to be done
  2. In issue tracking assign yourself a ticket
  3. Tag the ticket, assign people, update comments...
  4. Write the code
  5. Leave the code to move the ticket in issue tracking for each step in the SDLC todo, doing, test, ready, done etc.

After

  1. In imdone check for work to be done
  2. #TODO: In imdone assign yourself a ticket
  3. In your code link a TODO comment to the ticket
  4. Change the TODO comment through each step and it changes phase in issue tracking

Screen capture video

  • before after for...
    • Adding labels
    • Adding an issue
    • Assigning an issue
    • Closing an issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment