a plugin to extract common code in if elseif and else expressions

Issue #9 new
Raquel Pau Fernández repo owner created an issue

if (condition){ stmt1; stmt2; ..... stmt3; stmt4; } else { stmt1; stmt2; ..... stmt3; stmt4; }

stmt1 and 2 must be executed before any if clause and stmt3 and smt4 after all if clauses.

Comments (0)

  1. Log in to comment