7 ms·
Why do people choose the hyphen ("-") as the separator in an identifier? When double-clicking, the ID does not select completely, unlike when an underscore ("_"
by railka 4mo ago
Why do people choose the hyphen ("-") as the separator in an identifier? When double-clicking, the ID does not select completely, unlike when an underscore ("_") is used.
- pranshuchittora 4mo agoUsing "_" separator increases the token usage.
- railka 4mo agoAh, I understand, thank you for the answer!
- pranshuchittora 4mo agoNo worries, Checkout https://vostride.com/agent-qa https://vostride.com/agent-qa to see how we are using this in production.
- brookst 4mo agoIt’s also an extra keystroke each time, for a human.
- railka 4mo agoThere is an example on GitHub with a prefix: "task_storm-delta-stone" (prefix: 'task'). Wouldn't it be more logical to have it reversed, like "task-storm_delta_stone"?