PinnedC#: Generic Constructors with Arbitrary ParametersA VERY Fast Generic Factory Pattern ImplementationAug 8, 2024Aug 8, 2024
C++: Using std::common_typeAnother useful nugget buried in the standard template library.Aug 23, 2024Aug 23, 2024
C++20: New Generic Lambda Expression SyntaxWith C++14, generic lambda expressions were introduced into the C++ language. As with many new features, there were some gaps in the…Jul 27, 2024Jul 27, 2024
Published inPython in Plain EnglishPython: Function Parameter PrototypesPython has a feature that some folks might find surprising: default parameter values are accessible, mutable and only assigned to a…Feb 28, 20212Feb 28, 20212
Published inPython in Plain EnglishPython: Pitfalls With Variable CapturePython has a few surprising gotchas. One such surprise that most developers will eventually come across is the behavior related to…Feb 28, 20212Feb 28, 20212