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
be consistent with the frictionlessdata goal of "Requirements that are driven by simplicity"
there should be clear indication that some details from the specs repeat in the other specs
maybe best not to show the duplicated parts and instead show specs as extending other specs
see below for additional suggestions
actual
user has to read 3 specs which repeat the same specifications
for example - the paragraph about URIs repeats in all 3 specs, along with many other details
user might not understand that all the specs repeat the same details and that each one extends another spec
user might not understand that it's possible to implement the same code for handling the common details of the spec (instead of having to possibly support deviations - which may or may not exist now or in the future)
notes
it seems to me that it's overly complex to have a whole spec for tabular datapackage - when the only requirement in it is that all resources should be tabular data resources.
I think that the vast majority (if not all) of use-cases don't care about ensuring all resources are of a certain type. If there is an actual use-case for this - implementations could simply iterate over all the resources and check if they are all of the same resource type or not.
given the goal of simplicity - it makes sense to me to remove the tabular data spec completely and leave only the tabular data resource spec
The text was updated successfully, but these errors were encountered:
@OriHoch I hope this has been addressed in #418 work on readability. Can you take a quick look at the specs site now and see whether your concerns are addressed. Really appreciate the feedback 😄
there is still duplication in the json spec files - but I guess it only matters to people that write datapackage library implementations.. so not worth to fix
preconditions
reproduction steps
expected
actual
notes
The text was updated successfully, but these errors were encountered: