johntao / console-snake

A text-based snake game
2 stars 0 forks source link

1) Config.cs doesn't meet the requirement #1

Closed johntao closed 2 years ago

johntao commented 2 years ago

See readme.md Design proposal 1.

johntao commented 2 years ago

TOML (vs JSON) pros

the format of TOML is great, but it would be even better if we can have a blank line before each [table] element

johntao commented 2 years ago

the format of TOML is great, but it would be even better if we can have a blank line before each [table] element

we just fix the [table] format problem by using DocumentSyntax with a SyntaxVisitor (commitId: de37b83155609d666b32a089bc30c7caaec22879

the solution wasn't ideal, a few thoughts to solve it gracefully...

  1. Toml.FromModel should have interface to override SyntaxToken rendering
  2. or, add this API --> "Toml.ParseFromModel"