请问HN:您会如何称呼一个用于导入数据的包?

6作者: ctc24大约 1 个月前原帖
假设你正在编写 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.