Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be clear which functions are intended to be called externally and which aren't #10

Open
ghost opened this issue Dec 10, 2024 · 1 comment

Comments

@ghost
Copy link

ghost commented Dec 10, 2024

Internal ones should be marked private (_)

External ones should have docs.

@ghost
Copy link
Author

ghost commented Dec 10, 2024

Current situation, what is used:

https://github.com/Open-Telecoms-Data/lib-cove-ofds/

  • get_additional_fields_info
  • fields_present_generator
  • schema_dict_fields_generator

https://github.com/openownership/lib-cove-bods

  • get_additional_fields_info
  • get_orgids_prefixes
  • schema_dict_fields_generator
  • but be aware work is happening on this

https://github.com/GFDRR/rdls-lib-cove

  • get_orgids_prefixes
  • get_additional_fields_info
  • schema_dict_fields_generator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants