Gains from a team tech discussion forum

Source: Internet
Author: User
Gains:
0. dependency management. by good dependency (dependency brings in coupling) Management (interface-oriented, depend on dependency action, dependency injection, IOC, design pattern ), we can restrict the dependency between two modules/classes the least.
1. testability. Test code is about how your client uses your class. If it's easy to write (cover as your cases as possible), the design of the class is good.
2. debugability. LINQ is not good support...
3. Trace breakpoint can be further making use.
4. Tools
-- View C # class: Object Browser; // comment can help generating a metadata XML document for a assembly; Class View; There is way to collapse a class to see its intefrace only;
-- Find out why your solution keeps out of date: change a XML node in vs to enable further info output; debugview is a tool to better view debug info ??

5. Other
-- Everyone knows more on some aspect than others, while a sure thing is that: on some other aspects, you know less.

-- Metadata :??? For persistence and for reflection ??

6. external/internal beauty of code

-- External: Comments, design, etc everything you can see by viewing the source code.

-- Internal: performance, capacity, Security, Stability

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.