There is a point to this story, but it has temporarily escaped my mind...
Contact Me MyFaceBook MyLinkedIn MyGitHub MyTwitter

My Code Regions

I like to use code regions within my code. Within each region each code item is sorted alphabetically. This allows me to organize my code and quickly find code I am looking for.

  • Fields are class level variables. All fields should be private and exposed via properties
  • Each parent element can be repeated in the Nested Types region.
  • “Test SetUp and TearDown” and “Test Cases” regions should be in their own “test” class.
  • Every class should always have a log4net region…
  • Native Methods are “unmanaged” W32 API calls
  • All members should be organized alphabetically within each region.

Regular Classes

  • Logging (log4net)
  • Constants
  • Fields
  • Constructors (ctor)
  • Delegates
  • Events
  • Enumerations
  • Properties
  • Methods: Public (Static)
  • Methods: Public
  • Methods: Protected
  • Methods: Native (WinApi)
  • Methods: Private
  • Nested Types

Test Classes

  • Test SetUp and TearDown
  • Test Cases
Copyright © 2022 by Julian Easterling. SOME RIGHTS RESERVED.
Privacy Policy              Terms of Use             


Creative Commons License
Except where otherwise noted, content on this site is
licensed under a Creative Common Attribution-Share Alike 4.0 International License.


All of the opinions expressed on this website are those of Julian Easterling and
do not represent the views of any of my current and previous clients or employers in any way.

If you notice an error on the site or content that has not been properly attributed, bring
it to my attention using the contact page and I will endeavor to fix it as soon as I can.

I accept no responsibility or liability for any damages incurred by following any of
my advice or by using any of the information on my site or of those sites that I link to.