Skip to content

Conversation

@pemensik
Copy link
Collaborator

@pemensik pemensik commented Feb 6, 2024

Define few literals at single place and reuse them more consistently across the code.

Do not use repeated literals. Instead provide set of constants to be
used instead.
We want cache flush functionality, connect at least existing
infrastructure.
Just as non-functional empty stub returning empty list, always.
use NAME, IFACE and PATH suffixed instead of prefixes for constants.
Make it more similar with constants in dbus we are using.
Print a bit more details. Share common parts in common methods.
Command line utilities have different reasons to fail. Return basic
return codes to indicate reason of the failure. Use Enum class to
provide nice list of different values.
Very basic at the moment, but prints just a bit nicer status.
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

Successfully merging this pull request may close these issues.

2 participants