We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18a9a2e + fa452b3 commit 888ad35Copy full SHA for 888ad35
exercises/14_generics/README.md
@@ -1,7 +1,7 @@
1
# Generics
2
3
Generics is the topic of generalizing types and functionalities to broader cases.
4
-This is extremely useful for reducing code duplication in many ways, but can call for rather involving syntax.
+This is extremely useful for reducing code duplication in many ways, but can call for some rather involved syntax.
5
Namely, being generic requires taking great care to specify over which types a generic type is actually considered valid.
6
The simplest and most common use of generics is for type parameters.
7
0 commit comments