The Artima Developer Community
Sponsored Link

C# Answers Forum
Strategic view of C# code

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page


Posts: 2
Nickname: yamir
Registered: Feb, 2004

Strategic view of C# code Posted: Aug 15, 2004 9:24 PM
Reply to this message Reply
Advertisement
One of most notable thing when moving from C++ to C# is absence of header files. While it has some benefits it lost one important feature. Header file provide concentrated set of commented declarations without imlementation details. So it become a perfect documentation tool.

"CollapseToDefinitions" command in Visual Studio provide very close look but without comments. So I wrote macro what collapse C# code to comments and definitions alike header file:
http://www174.pair.com/yamir/programming/headerview.htm

Topic: databindings property Previous Topic   Next Topic Topic: Why ReSharper Rocks

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use