No More Magic Strings! Presenting: @string.of - Arik Poznanski's Blog(blogs.microsoft.co.il)

submitted by arikparikp(1204) 1 year, 6 months ago

How many times have you seen the following code snippets? 1. Checking method parametersif (executeMethod == null) { thrownewArgumentNullException("executeMethod"); } 2. Implementing a property in a WPF / SL view-modelpublicdouble Size { get { return _size; } set { _size = value; RaisePropertyChanged("Size"); } } The first time I had to wrote code like this I felt uneasy. Hardcoded strings are bad pract...

add a comment |category: |Views: 2

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story