HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sesuximo

no profile record

comments

sesuximo
·il y a 6 mois·discuss
TIL ppl are afraid of rebase lmao
sesuximo
·il y a 7 mois·discuss
100B is roughly NVIDIA’s yearly profit
sesuximo
·il y a 2 ans·discuss
> PPS: I think my ideal type hint situation would be if I could create distinct but otherwise unconstrained types for things like function arguments and function returns, have mypy or other typing tools complain when I mixed them

Cleaner/safer function args and return types is a common motivation for dataclass. has benefits over many/complex args besides typing too.
sesuximo
·il y a 2 ans·discuss
I think this is unfortunately very common practice