Skip to content

Change loop parts name

Samuel GAIST requested to merge change_loop_parts_name into master

After experience and discussions, the xxx_loop_user and xxx_loop algorithm type names are not well expressing what the corresponding algorithms do.

This patch changes their name to:

  • xxx_loop_processor
  • xxx_loop_evaluator

Which are clearer for the role of each.

Part of beat.core#86 (closed)

Edited by Samuel GAIST

Merge request reports