-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't include empty files #49
Comments
Then there would be two sources of truth. It's pretty straight forward to find the file you're looking for in the main list. A second list of empty files would require you to know that there is such a list and scroll down to the README to actually read it. |
What about changing "smallest possible syntactically valid files" to "smallest possible syntactically valid files, that make sense" ? Now "sense" in such a minimalist context is highly subjective. But what about something, that also defines the "spirit" of the filetype, illustrates it? |
As of September 2019, the empty sources list appears as follows:
Zero-byte files with just an extension don't make a lot of sense in the sort of testing workflows I'm following, but will consider options for filtering those. I would query their syntactic correctness as they contain no syntax per se. But I'm just registering that perspective and noting it would help to manage them differently here. That being said, love this repository, and hope to find some samples to submit. |
Wouldn't it be better to include a list in the README of formats/languages for which the minimal file is an empty file?
The text was updated successfully, but these errors were encountered: