Ask HN: 你会如何称呼一个用于导入数据的软件包?
6 分•作者: ctc24•6 个月前
假设你正在使用 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.