.. SPDX-FileCopyrightText: 2024 The IceTray Contributors .. .. SPDX-License-Identifier: BSD-2-Clause Take parameters appropriately by value, (smart) pointer, or reference. ---------------------------------------------------------------------- Parameterize well. Distinguish among input, output, and input/output parameters, and between value and reference parameters. Take them appropriately.