Maxi Contierimaximilianocontieri.comยทSep 25, 2023Code Smell 225 - Pass by ReferenceTL;DR: Beware of passing arguments by reference Problems Unexpected Results Side Effects Readability Broken Encapsulation Solutions Pass arguments by copying even large objects. Don't make premature optimizations. Declare variables as consta...139 readsCode SmellsrefactoringAdd a thoughtful commentNo comments yetBe the first to start the conversation.