Skip to content

Commit

Permalink
update post on how to name things
Browse files Browse the repository at this point in the history
  • Loading branch information
mloning committed Jan 16, 2025
1 parent 2787940 commit 1944042
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/how-to-name-things.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ In software engineering and machine learning, we often want to name things to re

Naturally, we would like to give a descriptive name, so that the name expresses the nature of the thing.

But in many cases it's hard to succintly express the nature, especially when we want to distinguish it from other closely related things, for example, variations of the same prototype or experiment) at the same time.
What's more, the nature of these things tend to evolve over time, and so, names that once described the thing very accurately become meaningless, or worse, confusing.
But in many cases it's hard to succintly express the nature, especially when we also need to distinguish it from other related things, for example, variations of the same model or experiment.
What's more, the nature of these things often evolves over time, and so, names that once described the thing very accurately become meaningless, or worse, confusing.

In these cases, it's better to [choose a cute name] (see [Hackernews discussion](https://news.ycombinator.com/item?id=34320517)), or follow the naming criteria laid out in this Request for Comment on [how to name your computer].

Expand Down

0 comments on commit 1944042

Please sign in to comment.