s-ol’s avatars-ol’s Twitter Archive—№ 902

  1. …in reply to @undefined
    @increpare hand-roll a serialization format or hand-roll serialization-to-yaml? I originally did the first one but it was hard to keep the format and the code using it forward-compatible and error handling was near impossible - thats way different now
    1. …in reply to @S0lll0s
      @increpare also I picked yaml just because the C++ api of yaml-cpp looked like a good fit. The format isnt meant to be human-readable but it certainly helps in development :)