show/hide this revision's text 2 added more info

I'm not a true developer since I don't actually write the code. But I assist in writing the documentation, training the customers and supporting the product after deployment.

The biggest issues I, and our customers, experience is poor usability caused by lack of code testing. It doesn't need to be anything formal: just stop someone in the hallway - show them a screenshot and see if they can determine how things work, or what it's intended to do. If they can't a redesign is warranted.

Better yet: don't design the code without write function specs based on conversations with end users and support staff familiar with the industry and customer needs. And don't deploy the code until it meets all apsects of that function spec.

Our newest lead developer has implemented these steps and no code is released until it's undergone internal testing not just by Q&A but also by documentation and support staff. It's so much easier to fix the code before customer release and has lead to a much better/solid product.

show/hide this revision's text 1

I'm not a true developer since I don't actually write the code. But I assist in writing the documentation, training the customers and supporting the product after deployment.

The biggest issues I, and our customers, experience is poor usability caused by lack of code testing. It doesn't need to be anything formal: just stop someone in the hallway - show them a screenshot and see if they can determine how things work, or what it's intended to do. If they can't a redesign is warranted.

Better yet: don't design the code without write function specs based on conversations with end users and support staff familiar with the industry and customer needs. And don't deploy the code until it meets all apsects of that function spec.