By using a Gant automated build script to execute the CheckStyle ant task, I can search my code base for classes that rely on too many other classes.
通过使用Gant自动构建脚本执行CheckStyleant任务,我可以搜索代码库,查找过多依赖于其他类的类。
Attending classes and studying in the library keep me busy and provide me with access to valuble informationadding to my knowledge base.
在图书馆上课和学习让我忙碌为我带给访问过去信息增加了我的知识基础。
Here's my recommendation: Start by looking at all your public classes. Combine public classes with common base classes into assemblies.
我这里有一个推荐:通过观察所有的公共类开始,用一个公共基类合并这些类到一个程序集中。
I decided to give all my CEdit-derived classes a common base class for any common methods they may need.
我决定写个通用基类,把任何常用的需要的方法放到基类里。
I decided to give all my CEdit-derived classes a common base class for any common methods they may need.
我决定写个通用基类,把任何常用的需要的方法放到基类里。
应用推荐