commit | 96728356628e90ef80dc111269db1593be87aa16 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Jun 20 11:35:05 2018 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Nov 01 16:11:42 2018 +0100 |
tree | 05293401b2ab227be40d07a2e096d8e913d6cdea | |
parent | ef6881b9db3765ed07db9e1d414b178daae29606 [diff] |
Make arguments explicit in all message writer methods Make sure all methods only write what is given as arguments, and avoid side effects by getting data from parameter objects. This keeps things readable in the calling code.