dry-python / dry-python/returns
Try to provide default implementation for some interfaces
Aperta
enhancement
- Lingua principale
- Python
- Stelle
- 4.4k
- Fork
- 155
- Merge medio
- 2h 27m
- PR unite (30g)
- 22
Descrizione
For example, `.map` is just `return self.__class__(function(self._inner_value))` in many cases.
There are also other methods that can be possibly have defaults.
Or `.from_iterable` also is the same for every container.
But, we need to check that:
1. Typing works correctly
2. In case if method needs a non-default implementation, we can know it in advance
Related #598
Related #495
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.