Source Code Checklist

 < Day Day Up > 



Source code is at the heart of any application, and you’ll be working with it every single day that you develop. It’s worth learning about tools and techniques to make working with code easier:

  • Use utilities such as Ildasm or Reflector to analyze the code when you’re not sure what it will do.

  • Use tools such as Snippet Compiler or .NET Component Inspector to experiment with new components without the overhead of building an entire project.

  • Get to know the FCL and the classes that it contains so that you can avoid reinventing the wheel.

  • Investigate other sources of reusable code when you want to incorporate common functionality in your projects.

  • Use a tool such as FxCop to check code for conformance with design guidelines.

There’s another alternative to writing your own code or incorporating someone else’s code: using tools to automatically generate the code for you. I’ll introduce this technique in the next chapter.



 < Day Day Up > 



Coder to Developer. Tools and Strategies for Delivering Your Software
Coder to Developer: Tools and Strategies for Delivering Your Software
ISBN: 078214327X
EAN: 2147483647
Year: 2003
Pages: 118

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net