Vivaldi Social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Vivaldi Social is part of the Mastodon network and is hosted in Iceland by the makers of Vivaldi Browser. Everyone is welcome to join.

Administered by:

Server stats:

9.2K
active users

michabbb

: Enhancing with Type Safety 🔍

🔒 's pseudo-types callable and iterable present challenges for code analysis and maintenance
💡 transforms iterable into Traversable|array union type, improving type

f2r.github.io/en/stop-using-ps

🧵

⚡ First-class callables and class offer better alternatives to string-based callable types
🛠️ Using generators instead of type enables better handling of large datasets while maintaining
Key improvements include:

• Better static analysis with tools like
• Enhanced code searchability
• Improved memory optimization
• Clearer developer experience ()
Read more: f2r.github.io/en/stop-using-ps

F2R Articles · Stop using Pseudo-TypesStop Using Pseudo-Types (Published on Jan 20, 2025 - Version française)