Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 java 文件,其中包含我常用的 30-40 左右的函数数量,所以我正在考虑制作它的外部库。
但是我想知道制作库除了不需要像java文件那样导入之外有什么优势,制作库有什么性能优势吗?
库和框架具有以下优点:
如果 API 足够成熟且足够健壮,您可以创建一个库。 如果您总是需要对其进行编辑,您可能只会浪费时间进行维护。一个优点:它迫使您处理 API。