Who I am

[Serializable]
public class Blogger : Person
{
   public Blogger()
   {
      this.Name = “Micah Martin”;
      this.Job = “.NET solutions developer”;
      this.Location = “Charlotte, NC”;
      this.Roles.Add(Roles.Dad);
      this.Roles.Add(Roles.Husband);
      this.Roles.Add(Roles.PopWarnerFootballCoach);
      this.Hobbies.Add(new Hobby(“Classical Pianist”));
      this.Children.Add(“Noah”);
      this.Children.Add(“Jonah”);
      this.Children.Add(“Isaac”);

      If (DateTime.Now > New DateTime(2009, 3, 2))
      {
         this.Children.Add(“Hannah”);
      }
   }
}

“And we know that in all things God works for the good of those who love him, who have been called according to his purpose.” – Romans 8:28

“Trust in the LORD with all your heart, And lean not on your own understanding; In all your ways acknowledge Him, And He shall direct your paths.”  – Proverbs 3:5-6

3 Responses to “Who I am”

  1. Stever B Says:

    I saw your recent question got killed on SO. I don’t know if you saw my answer to post to Hacker News.

    Also, I might be interested in your project and I know a few other devs who might be as well. Shoot me a detailed proposal and I’ll take a look and pass it around.

  2. micahlmartin Says:

    Stever -

    I didn’t see your post before mine got blown away. Thanks for the follow up. I knew my post would get slammed, but what are you going to do.

    Micah

  3. Daniel Says:

    Mr. Martin:
    I saw you post on Stack Overflow, and I would enjoy the opportunity to help with your project. Please feel free to contact me. I look forward to hearing from you.

    Daniel

Leave a Reply