Mentions légales du service

Skip to content

Instructions: do not use singleton design

Théophile BASTIAN requested to merge tbastian/kill_singleton_instructions into master

Instead of using singleton-ish classes, each class caches its relevant attributes and we re-define eq and hash.

Merge request reports