New posts in type-safety

Is this raw type assignment type-safe? List<T> = new ArrayList();

Type safety: Unchecked cast from Object

Why does the Swift language guide suggest using Int "even when values are known to be non-negative"?

String gets assigned to a List without a compilation error [duplicate]

Why is the C# compiler emitting a callvirt instruction for a GetType() method call?

Type safe physics operations in C++

Why is C++ allowing me to assign a const char to a const char *?​!

Generic type checking

Template typedefs - What's your work around?

What is the meaning of the type safety warning in certain Java generics casts?

The new keyword "auto"; When should it be used to declare a variable type? [duplicate]

Which Typesafe Enum in C++ Are You Using?

Discriminated union in C#

How to create type safe enums?

How to make Databinding type safe and support refactoring?

Generic type conversion FROM string

Type safety: Unchecked cast

What is Type-safe?

In C#, why can't a List<string> object be stored in a List<object> variable

What is the difference between a strongly typed language and a statically typed language?