random thought: perhaps target types should have d...
# development
w
random thought: perhaps target types should have default names similar to how they have default globs
đź‘– 1
🔥 1
h
Hmm, this may be much better than defaulting to the directory name.
w
possibly. see the thread below though: we normalize the “default” target everywhere now which makes addresses shorter… we’d lose that if we did this.
or the default name on a target type would need to be a tri-state of
{no_default, default_to_directory, "literal_default"}
… confusing probably.
…and challenging to decide in that position.