flickr / yakbak

Record and playback HTTP responses
MIT License
1.06k stars 83 forks source link

Consider using end-of-line comments in tapes instead of escaping "*/" #14

Open mwolson opened 8 years ago

mwolson commented 8 years ago

It might be a bit more elegant to use "//" style comments instead of "/*", since you'd be able to drop the escaping. This could also allow the data to be deterministically parsed in the future if need be.

(related: #4)

jeremyruppel commented 8 years ago

Ha, this crossed my mind as well. Great suggestion, I'd definitely accept a PR for this.