Coders do not create everything from scratch. To save time, they use tools
that others have developed and shared. Many of them would search an online
resource called ‘npm’, which collects bits of code like left-pad. In some
situations, people incorporate these existing tools into new programs, which
they then share. Some of these programs then feed into other new programs.
Such a collaborative model would result in a chain of dependency.
这一段英文主要在讲程式设计师不会从头开始写程式,会利用npm一类的共享资源。
这些已有的工具
会整合至现有新程式。 这些程式会 feed into 新的程式,成立一种互助链。
我想请教的是,feed into在这里,有确切的中文说法吗?
查到电脑领域针对feed会有馈入、嵌入等译法,
但有符合业内的说法吗?
(我需要很精确的对应中文,先谢过了!!!)