miniblog.
← Back to all posts
Wilfred Hughes
Aug 4, 2025 at 22:01
Playing with optional type signatures in Python, I realise that the return type is the most important to me. I'd much rather have a function with only a return type instead of a function with only parameter types. It's often quick to add too.