Error!
Success!

By tag: Naming

showing:  of
0
kicks

Regex matching and naming groups in C#  (Unpublished)

Let’s say you have a string and want to match individual groups of characters against that string. How would you do that? That’s the question I asked myself. The following code is the outcome of some research on how to get this done. It shows you how to capture/match and name groups of characters u...


Kicked By:
Drop Kicked By:
0
kicks

Naming Guidelines for Coding  (Unpublished)

I’ve tried to maintain a consistent set of naming rules for my code. Here’s a few guidelines that I’ve collected over the years. Contains recommending naming rules for namespaces, classes, enumerations, parameters, methods, properties, events, exception classes, and interfaces and abbreviation usag...


Kicked By:
Drop Kicked By: