A85: Why even use libraries?


[Prev][Next][Index][Thread]

A85: Why even use libraries?



Why not just use all of the routines you would call from some generic
library, and put them at the end of your program like a subroutine?  It would
allow you to modify the routine for whatever way you wanted it to do, and
only waste space if two programs use the exact same routine.  This might
happen fairly frequently, but with the amount of space on the calculator, you
can only hold so many games, so even if libraries would save you 300 bytes,
have you ever heard of a 300 byte game that was worth anything?


Follow-Ups: