Thanks to @ollispieps who gave me a very good reason for my gut feeling that argument bags:
myMethod({arg1, arg2, arg3})
are better than positional arguments:
myMethod(arg1, arg2, arg3)
https://github.com/coderbyheart/first-principles/issues/27
#firstprinciples #socrates2019