Python Naming ConventionsLike all programming languages, Python has conventions for naming. This post covers some of them for Python version […] April 23, 2023 in Python tagged style / convention / keyword / comment / naming / reserved / guide by Mike
C# Base KeywordThis post is about passing parameters to the base class constructor. Suppose our base class (that we are […] June 12, 2019 in C# tagged keyword / base / passing / parameter / constructor / inheritance / C# Inheritance by Mike
C# IdentifiersIdentifiers are character strings used to name things such as variables, methods, parameters, and a host of other […] December 29, 2018 in C# tagged keyword / pascal / snake / naming / identify / case / variable / identifier / name / camel / C# Getting Started by Mike
C# this KeywordYou probably won’t need to use the this keyword very often, partly because it can only be used […] December 2, 2018 in C# tagged this / keyword by Mike