The Dangers of Assumptions in Software Development
Posted by Johan Cyprich on 24 Apr 2008 | Tagged as: Programming
I recently created an ASP.NET application for receiving online orders for a printing company. The web form would collect information about the company placing the order, instructions for how the job will be printed and completed (binding, etc.), delivery information, due time, and the type of file(s) that will be uploaded.
Uploads with a Progress Bar
The [...]