Skip to content
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

Use more shortcuts for blank nodes #21

Open
VladimirAlexiev opened this issue Sep 10, 2024 · 0 comments
Open

Use more shortcuts for blank nodes #21

VladimirAlexiev opened this issue Sep 10, 2024 · 0 comments

Comments

@VladimirAlexiev
Copy link

[] foo ... is easier to understand than [ foo ...] , especially when there are many foo with their own nested brackets.

#8 (comment) from #8 shows that [] is not used at outer level. But it should.

I propose the following rules for formatting blanks, based on the number of props (links or attributes) :

  • 0 incoming or 0 outgoing: []
  • 1 incoming and some outgoing: [ ... ]
  • 2 or more incoming: blank identifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant