Post AjI2DfTDb391sMbPUW by [email protected] | |
More posts by [email protected] | |
Post #AjI2DfTDb391sMbPUW by [email protected] | |
0 likes, 0 repeats | |
i love how python has a system of "type hints" but i cant find any do… | |
Post #AjI2DfZbDKFUC9aVRA by [email protected] | |
0 likes, 1 repeats | |
@operand type hints are so incredibly fucking annoying | |
Post #AjI2KGKrRgTpwsq0kS by [email protected] | |
0 likes, 1 repeats | |
@operand separating type checking from the language itself is sick imo but runn… | |
Post #AjI8GKfnyWThy88xbU by [email protected] | |
0 likes, 0 repeats | |
@hipsterelectron im a big static typing fan but i agree that type hints are a r… | |
Post #AjI8GKlpc7IaGoxlzs by [email protected] | |
0 likes, 1 repeats | |
@operand it's technically possible to enforce type hints but mypy flags are… | |
Post #AjI8TDBH8voEUp0MRk by [email protected] | |
0 likes, 0 repeats | |
@hipsterelectron though I guess typechecking which properties a variable has is… | |
Post #AjI8TDHImWd6nVpAq8 by [email protected] | |
0 likes, 1 repeats | |
@operand it's possible to use Protocols for this | |
Post #AjI8ZPcVo5lIoUhXDE by [email protected] | |
0 likes, 1 repeats | |
@operand i often prefer to mix in abstract base classes bc you get runtime typ… |