Skip to content

Instantly share code, notes, and snippets.

View walnutdust's full-sized avatar

Garett Tok Ern Liang walnutdust

View GitHub Profile

GSoC 2020: Programmatic YAML Modification Package (Dart)

Official Link

Description of Work Done

  1. Created a Dart package for YAML Modification - package:yaml_edit
    • Preserves comments and whitespace where possible.
    • Allows users to define their expected styles in the final output.
  • 3 testing strategies: unit tests, testing against golden files, and generating 40 sets of 1000 random modifications to check for edge cases.