Automation

{ #concept-automation }

Stable ID: CONCEPT-AUTOMATION

Purpose

Describe why code-oriented automation differs from pure text processing.

Code vs text

  • Text is sensitive to white space, comments, and separators.
  • Code additionally has structure.

Parser integration

  • Developing a parser is a huge effort.
  • Reusing an existing parser is therefore usually preferable.