donotturnoff / aerend

My third year project
0 stars 0 forks source link

Remove unnecessary pass-by-values #28

Open donotturnoff opened 3 years ago

donotturnoff commented 3 years ago

There are a number of places where arguments are copied into their functions, where I could make use of references instead.