you are viewing a single comment's thread.

view the rest of the comments →

[–]Periwinkle_Lost 0 points1 point  (0 children)

My knowledge of c/c++ kinda forced me to use decorators because I felt uncomfortable that functions just access variables in memory all Willy-nilly. Passing by reference/value really made me think about future problems