Change collections to use export/import
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Currently, collections are defined as global objects. However, it may be a better convention to use export/import for code related to collections.
# Task
- adapt collection code, project-wide, to use export/import semantics
Related task: #260
Contributor guide
Assessment
This issue has not been assessed yet.