Add a new struct that will store computed flags #13

Closed
opened 2022-08-02 11:00:25 +03:00 by pleshevskiy · 0 comments
Owner

Currently, we calculate should_enable_variable and should_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.

Currently, we calculate `should_enable_variable` and `should_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.
pleshevskiy added the
C
feature
label 2022-08-02 11:00:25 +03:00
pleshevskiy changed title from Add a new struct that will store calculated flags to Add a new struct that will store computed flags 2022-08-02 11:00:36 +03:00
pleshevskiy added this to the v0.3.0 milestone 2022-08-02 12:05:05 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: pleshevskiy/vnetod#13
No description provided.