Page MenuHomePhabricator

Refactor ParseScript logic to remove `else` conditions
ClosedPublic

Authored by deadalnix on Apr 16 2018, 20:57.

Details

Summary

This makes the code easier to understand by unclumping the logic of the parsing and using C++11 style loops.

Depends on D1290

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel retitled this revision from Explicit the logic in ParseScript to Refactor ParseScript logic to remove `else` conditions.Apr 16 2018, 22:41
This revision is now accepted and ready to land.Apr 16 2018, 22:44
This revision was automatically updated to reflect the committed changes.