Variables and legal documents
My work consists of writing legal documents.
Legal documents are full of data and many of them have to be repeatedly inserted.
Think, for example, about the names of people or of places, dates of events, etc.
A method is needed to avoid manually repeating recurring data when writing documents, both to avoid wasting time and typing errors.
A good system is to use “variables”, i.e. placeholders that take on different values depending on the documents in which they are inserted.