Use language specific terms to describe language items instead of OOP terms #10020
Unanswered
wezm
asked this question in
Code Search and Navigation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed this when searching a Rust code base. structs are referred to as classes:
traits are referred to as interfaces:
While there is some similarity between these terms it would be great if language specific terms could be used instead.
Beta Was this translation helpful? Give feedback.
All reactions