API design note: Don’t make up multiple names for the same thing

1 · Raymond Chen · July 28, 2025, 5:12 p.m.
Summary
This post emphasizes the importance of consistency in naming conventions when designing APIs, arguing that using multiple names for the same entity can confuse users and lead to unnecessary complexity. It suggests that clarity in naming is crucial for effective communication and usage of APIs.