Pablo Galiano : Merry Christmas: StickyNotes Professional Edition is OUT!!

Subscriptions

<March 2010>
SuMoTuWeThFrSa
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

News

Subscribe to Pablo Galiano by Email

Post Categories

Merry Christmas: StickyNotes Professional Edition is OUT!!

I am really proud to announce that finally StickyNotes Professional Edition is available for download.

There are two types of comments:

  • Permanent comments
    • Used for reference and code maintenance
    • Usually describe an algorithm or why we just did something in a particular manner
  • Temporary comments
    • Used for personal purposes like reminders. Ex: //I need to verify this.
    • Used to reflect something we need to do or complete. Ex: //TODO:
    • Used for code review. Ex: // Please validate against null
    • Written in the middle of the development and deleted before shipping the product

Permanent comments are part of the source code, committed to the source control system and visible by the entire team.

Temporary comments should not be part of the source code, should not always be committed to the source control system and sometimes should not be visible by the entire team.

Super features:

AddNote.png


Editor.png

Tooltip.png

Viewer.png

Enjoy it!!!

Pablo

posted on Monday, December 22, 2008 6:10 AM by pga

# Requirements @ Monday, December 22, 2008 6:51 AM

"Requirements
Visual Studio 2008 or Visual Studio 2008 SP1 "

I have Visual Studio 2005, this is not going to work in my environment, right?

ILB

# re: Merry Christmas: StickyNotes Professional Edition is OUT!! @ Monday, December 22, 2008 6:54 AM

There is no support for VS 2005 at this moment.
You can add the feedback via the http://stickynotes4code.com/ site.
Thanks

pga