what is great software

来源:互联网 发布:许式伟 来阿里云 编辑:程序博客网 时间:2024/06/05 22:16

Great software is code that is object-oriented. So there is not a bunch of duplicate code, and each object pretty much controls its own behavior. It is also easy to extend because your desing is really solid and flexible.

 

Great software is when you use tried-and-true design patterns and principles. You have kept your objects loosely couple, and your code open for extension but closed for modification. That also helps make your more code reusable,  so you don't have to rework everything to use parts of your application over and over again.

原创粉丝点击