Two tips for more discoverable Python
When working on a new codebase, a learning curve is inevitable. However, steepness greatly varies. Here are two dead-simple ways to write discoverable Python code that smoothens this curve.
Type hint. Always.
Let's consider the following example func...
blog.rama.io4 min read