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