What's the best way to embed data fields in text so they are easily retrievable, and don't affect readability (much)?
For instance, I could do something like "Some instructions here, followed by @firstname:John @lastname:Smith\n", and then write code to parse out the fields. Then I could begin to work out the problems, like embedded @-signs.
But this has been done so many thousands of times, I'm hoping someone can point me to a settled pattern.