Skip to main content

I have issues

It is true, I'm glad we can finally talk about it. I have issues. Or rather, we have issues. And you know what, I am not ashamed to admit it. And neither should you.
IT'S TRUE

The first step is to admit it

When you make software, you will make bugs, and bugs will make issues. Yes, we are talking about software issues. All programs contain bugs. According to Steve McConnell's book, Code Complete: “Industry Average: about 15 – 50 errors per 1000 lines of delivered code.” 1

So the first step is to come clean. Admit it. YES!!! YES!! YES!! There are bugs in our software.

 

1https://labs.sogeti.com/how-many-defects-are-too-many/

Write it down

"Every bug report is a love letter." I heard this for the first time from the famous Erich Gamma during an Eclipse conference. It touched me. Indeed, if a customer cares enough to file issues, there is a positive connection, even if it is a nasty bug.

 

Open Up

We decided to open our ticketing system to all our customers. Customers can file issues and enhancement requests, and they can see what is still open. They also can see what others report, and they can even follow the helpdesk team. Following the helpdesk team means receiving all the mail the helpdesk team gets and reading all the issues and enhancement requests.

Customers can search the database for any current or resolved issues.

Being open has the following advantages:

  1. We cannot hide. An issue reported is an issue visible to everyone.
  2. A customer can see their open issues and confront us. "Ping! What's the status"?
  3. We must act on issues and provide a solution or a workaround.
  4. We collaborate and strengthen our relationship.

 

 

Gravity FTW

We use Gravity as our ticketing system. It does everything you expect from a professional ticketing system. Gravity is created with DartLang in the browser as the front. The backend is Java and the database can be anything, including DB2 for IBM i.

One of its many perks is the statistics engine. It is the one tool that tells us how we are doing.

I'm pretty proud of our 95% resolution rate.

Happy coding!

Add new comment

Plain text

  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.