ChipTuner on Nostr: Yeah I'm not begging for developers to go as crazy as I have. I don't need a ...
Yeah I'm not begging for developers to go as crazy as I have. I don't need a tutorial, but It would be nice to be able to see the code rather easily and read comments until I can strip what I need without the project exploding.
VNLib specifically does a lot of dynamic assembly loading. So an admin can literally just omit or disable the entire assembly and the code is never loaded into the process. For features that are part of the same assembly, I will export interfaces, so even if the whole module is loaded the feature is never exported on startup if desired.
I also like the modularity of the designs, if users don't want the code or features I give them it shouldn't bloat up their systems.
VNLib specifically does a lot of dynamic assembly loading. So an admin can literally just omit or disable the entire assembly and the code is never loaded into the process. For features that are part of the same assembly, I will export interfaces, so even if the whole module is loaded the feature is never exported on startup if desired.
I also like the modularity of the designs, if users don't want the code or features I give them it shouldn't bloat up their systems.