Bence Balogh

Results 2 issues of Bence Balogh

# Documentation The following example fails on Python 3.8.10 for several reasons. ```python class PColor(Protocol): @abstractmethod def draw(self) -> str: ... def complex_method(self) -> int: # some complex code here...

### Problem The current Keep a Changelog guidelines do not include a dedicated section for documenting code refactoring efforts. While the **"Changed"** section is used for modifications to existing functionality,...