TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you name your documents?

2 点作者 kumarsw超过 2 年前
I try to have some structure in my filenames and use the convention of <base filename> V<version #> <initials> <change description>.ext. This doesn't help the problem of differentiating drafts and final versions so I still end up with things like Year End Report Final V3 BCG minor edits.docx. How do you name your documents and/or folder structures to handle this?

3 条评论

theamk超过 2 年前
just put a date (in YYYY-mm-dd format, so it sorts properly) somewhere.<p><pre><code> report 2022-09-01 draft.doc report 2022-09-02 draft2.doc report 2022-09-03 final.doc report 2022-09-04 draft4.doc </code></pre> (A more powerful way is to use some sort of version control system; but those don&#x27;t generally work well with non-text documents.)
favourable超过 2 年前
I TYPE FILENAMES IN ALL-CAPS SO I CAN READ THEM BETTER.<p>I tag filenames using square brackets and use hyphens. For example:<p>HOLIDAY [JUNE-2022-BEACH].jpg
cratermoon超过 2 年前
I name them<p><pre><code> git init .</code></pre>
评论 #32788425 未加载