Use underscores instead of dashes in example filenames #137

Open
opened 2026-02-24 23:55:52 +00:00 by Vectornaut · 0 comments
Member

The filenames of the Cargo examples (in app-proto/examples) currently use dashes to separate words in filenames. I suspect this is a holdover from the naming convention for the Julia source files in the engine prototype (for example, in engine-proto/gram-test). The rest of the source code uses underscores to separate words in filenames, which is conventional for Rust module files. It would be nice to match this convention in the example filenames.

The filenames of the Cargo examples (in `app-proto/examples`) currently use dashes to separate words in filenames. I suspect this is a holdover from the naming convention for the Julia source files in the engine prototype (for example, in `engine-proto/gram-test`). The rest of the source code uses underscores to separate words in filenames, which is [conventional](https://rust-lang.github.io/api-guidelines/naming.html) for Rust module files. It would be nice to match this convention in the example filenames.
Sign in to join this conversation.
No description provided.