Add a new struct that will store computed flags #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, we calculate
should_enable_variable
andshould_disable_variable
for each line. The section doesn't change and we return the same result each time. Hence... we need to campute them only once when we get to the section.Add a new struct that will store calculated flagsto Add a new struct that will store computed flags