<@U1H2QGNDC>: Usually you get some list as argumen...
# announcements
i
@bamdmux: Usually you get some list as argument, do some job with it, and then return. And for me good practise doesn't mutate input list, and always return new instance. So mutating variable inside method is okay for me, mutating list - not.