in reply to Re^2: Module Bloat and the Best Solution
in thread Module Bloat and the Best Solution

>>A library, on the other hand, can solve this problem without you even needing to know that the edge-cases existed<<

Unfortunately you can never take it on trust that any given library *will*, so it's still really down to you to try and think of all the edge cases, test them, and then possibly fix them. Sounds like your own example bears this out.

  • Comment on Re^3: Module Bloat and the Best Solution

Replies are listed 'Best First'.
Re^4: Module Bloat and the Best Solution
by chromatic (Archbishop) on Nov 10, 2007 at 20:02 UTC

    I think you mean "you and everyone else who uses the library and could possibly run into the same bug", which is a rather different point.