Use underscores instead of dashes in example filenames #137
Labels
No labels
bug
design
duplicate
engine
enhancement
maintenance
prospective
question
regression
stub
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
StudioInfinity/dyna3#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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, inengine-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.