( )⚙ D2900 wireproto: use named arguments when passing around frame data

This is an archive of the discontinued Mercurial Phabricator instance.

wireproto: use named arguments when passing around frame data
ClosedPublic

Authored by indygreg on Mar 19 2018, 5:41 PM.

Details

Summary

Named arguments is easier to reason about compared to positional
arguments. Especially when you have many positional arguments.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Mar 19 2018, 5:41 PM
durin42 accepted this revision.Mar 21 2018, 9:33 PM
This revision is now accepted and ready to land.Mar 21 2018, 9:33 PM
This revision was automatically updated to reflect the committed changes.