Item 26: Don't use raw types¶
한줄 요약 - Raw types bypass generic type checks, deferring the catch of unsafe code to runtime. Therefore, you should avoid using raw types.
한줄 요약 - Raw types bypass generic type checks, deferring the catch of unsafe code to runtime. Therefore, you should avoid using raw types.