Skip to content

️ add the get_description method to Quiddity

Valentin Laurent requested to merge feat/refactor-nickname into develop

it is a reduced step that should fix #100 (closed) and it is splitting !471 (closed)

this has three advantage:

  • reducing the dependency of pyquiddity object to the switcher facade
  • centralise the quiddity `representation into one method
  • adding the nickname to it that reduce the need to provide a specific interface for it
Edited by Valentin Laurent

Merge request reports