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會有 饋入、嵌入 等譯法,
但在上面那段中,有符合業內的說法嗎?
我需要很精確的對應中文,先謝過了!