Hi Matt, I've seen your post on jallist about fat32.jal library. At the end, you say (IIUC) that users can modify constants in fat32.jal library if they want better performances. Modifying a library really, really is bad, should (must ?) never happen. This is one major point why we created jallib: stopping modifying libraries (which was quite a common way of doing), and make them configurable enough to match user needs. In order to avoid having dozens of versions of libraries.
>From a user perspective, libraries must be considered as read-only. For what you want, there may be alternatives, like using defaults. User can override them, before including the library, without having to modify it. Cheers, Seb -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
