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
all utils are filtering related. So "utils" are confusing.
Utils may be used externally (and we do in a couple of scenarios) so may break things.
Maybe, create a better abstraction instead. E.g filter = cl_filtering=>build( i_where ). filter->apply( table ... )
The text was updated successfully, but these errors were encountered:
all utils are filtering related. So "utils" are confusing.
Utils may be used externally (and we do in a couple of scenarios) so may break things.
Maybe, create a better abstraction instead. E.g
filter = cl_filtering=>build( i_where ). filter->apply( table ... )
The text was updated successfully, but these errors were encountered: