silt-lang / silt

An in-progress fast, dependently typed, functional programming language implemented in Swift.
MIT License
240 stars 13 forks source link

Rename `--dump girGen` to `--dump girgen` #121

Closed harlanhaskins closed 6 years ago

harlanhaskins commented 6 years ago

What's in this pull request?

This avoids mixing cases in command-line arguments. We don't want kebab-case mixed with camelCase.

Taking from silgen, I think girgen is one word, with no separator.

(This also adds a comment above two uncommented dump layers)

Why merge this pull request?

Consistency.

What's worth discussing about this pull request?

Should we split it into gir-gen?

What downsides are there to merging this pull request?

¯_(ツ)_/¯

CodaFi commented 6 years ago

⛵️