|
|
|
|
|
by seanmcdirmid
4402 days ago
|
|
No. If you don't use generics in Java, you get the same memory footprint of not using generics (or since it doesn't have type parameters, using any) in Go. So the author is making an unfair apples-oranges comparison when the apples-apples comparison is quite obvious: one can write an int-list in Java just as easily as they can in Go. Frankly, this is just strong intellectual dishonesty. |
|
If you're going to harp on rigor, then you need to consider then eliminate the prospect of an honest mistake.