You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the variables are named v1, v2, v{n}... For the sake of debug, It'd be great if they're named after the fields. The variable "index" can be kept to grant uniqueness more easily (something like filter_1 instead of v1).
The text was updated successfully, but these errors were encountered:
First of all, great project!
Currently, the variables are named
v1
,v2
,v{n}
... For the sake of debug, It'd be great if they're named after the fields. The variable "index" can be kept to grant uniqueness more easily (something likefilter_1
instead ofv1
).The text was updated successfully, but these errors were encountered: