Skip to content

Commit 089eed9

Browse files
committed
askrene: refactor get_routes
Prefer the following programming pattern: do_getroutes(){ do_something1(); do_something2(); do_something3(); } rather than get_routes(){ do_something1(); do_something2(); } do_getroutes(){ get_routes(); do_something3(); } Changelog-None Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
1 parent bceca88 commit 089eed9

File tree

1 file changed

+191
-153
lines changed

1 file changed

+191
-153
lines changed

0 commit comments

Comments
 (0)