Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/source/features/stage-implementation-details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,10 @@ customizing):
.. note::

You can zoom and pan in the image above.

If you're familiar with software design patterns, this overall structure
follows the `Template Method pattern`_: the base class defines the
high-level algorithm for running a stage, while subclasses customize
selected steps in that flow.

.. _Template Method pattern: https://refactoring.guru/design-patterns/template-method
Loading