How important is to avoid name collisions between libraries belonging to different domains? [closed]
Closed 9 years ago.
Naming a predicate: “precondition” or “precondition_is_met”? [closed]
Closed 9 years ago.
Naming a predicate: “precondition” or “precondition_is_met”? [closed]
Closed 9 years ago.
Naming a predicate: “precondition” or “precondition_is_met”? [closed]
Closed 9 years ago.
Namespace by topic or by purpose? [closed]
Closed 9 years ago.
Parametric RESTful API calls
How do I name API endpoints that serve the same entity in different ways and still adhere to the RESTful API guidelines?
Why is it called Data-Oriented Design?
I find the name data-oriented design very confusing – it sounds like data-driven development (letting hard data determine decisions in development) or data-driven programming (control flow determined by loaded data and not hard coded), except it’s something completely different: designing for current cache-dominated CPU architectures combined with an emphasis on making a few highly-reusable functions.
Why is it called Data-Oriented Design?
I find the name data-oriented design very confusing – it sounds like data-driven development (letting hard data determine decisions in development) or data-driven programming (control flow determined by loaded data and not hard coded), except it’s something completely different: designing for current cache-dominated CPU architectures combined with an emphasis on making a few highly-reusable functions.
doSomethingIfCondition(). Is it good naming? [closed]
Closed 5 days ago.
Why don’t programming languages or IDEs support attaching descriptive metadata to variables?
As developers, we often face the challenge of balancing meaningful variable names with code readability. Long, descriptive names can make code harder to read, while short names may lack context. For example: