What is the ideal way of creating libraries?

in every project that we develop, remove the unused dependecies will be a good practice to apply, no matters if the projects is a sequence or library etc, we should remove all of them and just keep the used dependencies. Library won’t affect the project perfomance, just remember to publish then in the orchestrator if you will move to production environment

For example if you run the analyze file it will retrieve you a warning in case that you dont delete the unused depencies

Regards!

1 Like