Top "Typing" questions

For questions related to data types.

C# "is" operator - is that reflection?

A colleague asked me an interesting question today - is the C# keyword/operator "is" considered reflection? object tmp = "a …

c# .net reflection introspection typing
Typehints for Sized Iterable in Python

I have a function that uses the len function on one of it's parameters and iterates over the parameter. Now …

python python-3.x typing