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
This introduces a consistent distinction between types and their concrete implementation.
Every type implementation should be linked to the docs (url in the docstring, both UBL 2.0 & UBL 2.1) for convenience for developers.
If this is ok, I can prepare a commit.
Although linting, consider the worthiness of strong conceptual foundations in the code base.
The text was updated successfully, but these errors were encountered:
blaggacao
changed the title
Naming of ubl types
[VOTE] Naming of ubl types
Sep 25, 2019
There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.
_ubl_add_address(..., node_name, ...)
is actually better named:_ubl_add_address_type(..., node_name, ...)
, and so forth, see UBL types:http://www.datypic.com/sc/ubl21/t-cac_AddressType.html
This introduces a consistent distinction between types and their concrete implementation.
Every type implementation should be linked to the docs (url in the docstring, both UBL 2.0 & UBL 2.1) for convenience for developers.
If this is ok, I can prepare a commit.
Although linting, consider the worthiness of strong conceptual foundations in the code base.
The text was updated successfully, but these errors were encountered: