Ask HN: 你会如何称呼一个用于导入数据的软件包?

6作者: ctc246 个月前
假设你正在使用 Go、Python 或其他将 `import` 作为保留关键字的语言进行编程。 同时也假设你正在编写一个新包,其目的是“导入”数据。 你会如何命名这个包? 我们的团队最近就遇到过这个问题,我们很好奇其他人会怎么考虑。 以下是我们考虑过的一些选项(非详尽): imports, ingest, dataimport, ímport, impørt。
查看原文
Let&#x27;s assume you&#x27;re writing Go, Python, or any other language in which `import` is a reserved keyword. Let&#x27;s assume also that you&#x27;re writing a new package, whose purpose is to &quot;import&quot; data.<p>What do you name this package?<p>Our team went through this exercise semi-recently, and we&#x27;re curious about how everyone else would think about it. Here&#x27;s a (non-exhaustive) list of options we considered: imports, ingest, dataimport, ímport, impørt.