For questions related to data types.
A colleague asked me an interesting question today - is the C# keyword/operator "is" considered reflection? object tmp = "a …
c# .net reflection introspection typingI 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