What are the characteristics of excellent code:


What are the characteristics of excellent code:
1. proper suitable Strong readability named
2. Good extensible code organization structure (can be extended to more applications)
3. High performance (some applications might be the ultimate high performance there may not be required a high, so in this case this is only a secondary reference)
4. suitable proper compact (abstract) data structure (considering the use of memory)

Guess you like

Origin www.cnblogs.com/big1987/p/10945727.html