Tagged articles
4 articles
Page 1 of 1
21CTO
21CTO
Mar 7, 2026 · Fundamentals

Why Go Finally Embraced Generic Methods—and What It Means for Developers

The Go team has approved generic methods, overturning a long‑standing stance, while keeping full backward compatibility, sparking developer excitement, revealing lingering limitations with generic interfaces, and highlighting survey‑driven demand for additional language features such as enums and error handling.

Genericsgeneric methodsprogramming language design
0 likes · 5 min read
Why Go Finally Embraced Generic Methods—and What It Means for Developers
FunTester
FunTester
Dec 17, 2023 · Fundamentals

Understanding Java Generics: Concepts, Benefits, and Practical Examples

This article explains Java generics, covering type parameters, generic classes and interfaces, bounded types, wildcards, and generic methods, while highlighting benefits such as type safety, code reuse, readability, and performance, and provides multiple code examples demonstrating generic usage across different data types.

GenericsJavaType Safety
0 likes · 15 min read
Understanding Java Generics: Concepts, Benefits, and Practical Examples
FunTester
FunTester
Sep 18, 2020 · Backend Development

How to Tackle Common Groovy Pitfalls in IntelliJ IDEA

This guide explains why IntelliJ IDEA often misreports Groovy syntax, shows the three ways to access object properties, demonstrates generic method definitions, and clarifies the behavior of the 'it' keyword in nested loops, providing concrete code examples and practical work‑arounds.

GroovyIDE errorsIntelliJ IDEA
0 likes · 6 min read
How to Tackle Common Groovy Pitfalls in IntelliJ IDEA
Java Captain
Java Captain
May 29, 2018 · Fundamentals

Understanding Java Generics: Concepts, Usage, and Practical Examples

This article explains the importance of Java generics, demonstrates common pitfalls with raw collections, shows how generics provide compile‑time type safety, and covers generic classes, interfaces, wildcards, methods, bounds, and array usage with clear code examples.

CollectionsGenericsJava
0 likes · 21 min read
Understanding Java Generics: Concepts, Usage, and Practical Examples