98
linuxxx
6y

Today in a nutshell:

if(employeeJustClosedOneTicket)
{
insertTwoNewTickets();
}

Fucking hell.

Comments
  • 5
    The ticket treadmill :)
    Are you sure you're not accumulating technical debt?
  • 0
    This is why we should do things right the first time.
  • 2
    It's the holy ticket-fork-bomb.
  • 0
    make that a while and its accurate
  • 0
    why not making it recursive. Make a pool of tickets n make it the more an employee closes tickets the more he gets. And it'll be too late before he realizes. 😈
Add Comment