-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Metais-maintenanceAnything that is just internal: Simplifying code, syntax changes, updating docs, speed improvementsAnything that is just internal: Simplifying code, syntax changes, updating docs, speed improvementsnf-documentationNon-functional change: DocumentationNon-functional change: Documentation
Description
At the moment, we are not using named constants consequently, which does not feel correct.
This is a meta-issue to track the aspects to consider for proper usage.
- Always import the classes by their full name instead of using aliases.
- Use existing constants where available.
- Add new constants where missing.
- Re-organize
constants.py, maybe by making it a module with submodules. - Simplify usage of constants by providing an easy way to get a PdfObject (for example
NameObjectfor names) directly without having to think about the explicit conversion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Metais-maintenanceAnything that is just internal: Simplifying code, syntax changes, updating docs, speed improvementsAnything that is just internal: Simplifying code, syntax changes, updating docs, speed improvementsnf-documentationNon-functional change: DocumentationNon-functional change: Documentation