People with names that break computers
1–10 of 288 posts
Re: People with names that break computers
#2Re: People with names that break computers
#3That's such an alien way of thinking to me. I was taught that 80% of your work is spent handling 20% of the data. Is there something cultural that prevents other programmers from working in exceptions-first mode?
Maybe it's just with boring business logic. I've heard that the most robust networking applications are written assuming constant worst-case failure states. Anyone have any insight into this phenomenon? I get that there are practical limits to what you can plan for, but if you're accepting string input, shouldn't you at least be prepared for apostrophes?
Re: People with names that break computers
#4One of the applications I work on has a long history of problems handling data for people with the last name Null. I've given feedback on these bugs and make several recommendations for fixing them, but the folks who work on the application framework just...don't care? I don't know. They certainly don't design with exceptions in mind. That's such an alien way of thinking to me. I was taught that 80% of your work is s…
So, don't fix that particular system, thanks very much.
Re: People with names that break computers
#5Re: People with names that break computers
#6Re: People with names that break computers
#7(Edited)
Re: People with names that break computers
#8Re: People with names that break computers
#9http://www.kalzumeus.com/2010/06/17/falsehoods-programmers-b...