#generics

[ follow ]
Java
fromfaun.pub
1 week ago

Decoding Java Generics: Type Safety, Wildcards, and How They Work Internally

Generics add compile-time type safety to collections, prevent ClassCastException, use type erasure at runtime, and require wildcards and bridge methods for flexible APIs.
Software development
fromAntocuni
17 years ago

Improve .NET Integration

clr module for pypy-cli gained major features: full generic class support, a new importer hook, and .NET IEnumerator objects behave as Python iterators.
fromTheregister
1 month ago

PHP @ 30 still evolving, adds pipe operator, maybe generics

PHP is set to introduce the pipe operator in version 8.5, enhancing readability and enabling concise programming with a functional approach, akin to F#.
Software development
Scala
fromHackernoon
6 months ago

Generic Functions on Slices: A Guide to Help You Understand | HackerNoon

The slices package enhances slice manipulation by using generics, allowing less code redundancy and clearer slice operations.
Mobile UX
fromHackernoon
2 years ago

Scroll Smarter, Not Harder: Generic Pagination in Flutter Explained | HackerNoon

This article teaches Flutter pagination using generics for better code reusability.
fromHackernoon
6 months ago

Everything You Have to Know About Go 1.24 | HackerNoon

Go 1.24 introduces significant improvements including full support for generic type aliases and notable performance enhancements, making the language more efficient and user-friendly.
OMG science
[ Load more ]