Now I know why they wrap their packages. [message #430153] |
Mon, 09 November 2009 04:44 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Holy Crap!!
How many bugs can you put into ~250 lines of code?
- They use a method to get a unique ID that isn't multi-user capable.
(Actually they use three different methods, and take the result of the first one to succeed by sheer luck)
- Use of WHEN OTHERS exception handler in numerous places
- They even somehow KNOW it doesn't work, because they put a "try it 1000 times before failure is returned" loop around it.
I think I will have to add a "Never trust any company that wraps their packages" rule into my book.
|
|
|
Re: Now I know why they wrap their packages. [message #430159 is a reply to message #430153] |
Mon, 09 November 2009 05:04 |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
Who is this mysterious "they"?
Use of WHEN OTHERS is not wrong per se. Totally depends on context.
Lots of very vague accusations towards an unknown party for an unknown piece of sourcecode (which was wrapped, so apparently should not be viewed by you in the first place?) ...
|
|
|
|
|
|