• chrisn-585491 (9/25/2013)


    It is not difficult to write code that works correctly.

    :rolleyes:

    You can write good code, but chances are you don't write perfect code, all the time. Just because it works, doesn't mean it's correct or right for all situations. Try writing a huge complex business application that runs on three different RDBMS, the desktop and the web, with features to satisfy hundreds of different companies with thousands of users with data collected from millions of people.

    (There's a corollary to this about data: "All data is bad, some data is worse.")

    I agree, we are all human and we all make mistakes from time to time.

    However, I still believe that any system, no matter how large or complex, can always be broken down into simple components that can easily be coded correctly.

    Problems only arise when people try to tackle too much in one go.

    Simon