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 level-stripping is done in exporter, but this a bad idea because it falls outside of the initially intended area of responsibility of exporters - they are not supposed to contain any logic that processes and alters data - only export it.
The text was updated successfully, but these errors were encountered:
Currently level-stripping is done in exporter, but this a bad idea because it falls outside of the initially intended area of responsibility of exporters - they are not supposed to contain any logic that processes and alters data - only export it.
The text was updated successfully, but these errors were encountered: