1 Star 9 Fork 0

clxering/Effective-Java-3rd-edition-Chinese-English-bilingual

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Chapter-8-Introduction.md 1.91 KB
一键复制 编辑 原始数据 按行查看 历史

Chapter 8. Methods(方法)

Chapter 8 Introduction(章节介绍)

THIS chapter discusses several aspects of method design: how to treat parameters and return values, how to design method signatures, and how to document methods. Much of the material in this chapter applies to constructors as well as to methods. Like Chapter 4, this chapter focuses on usability, robustness, and flexibility.

本章讨论了方法设计的几个方面:如何处理参数和返回值,如何设计方法签名,以及如何编写方法文档。本章的大部分内容不仅适用于方法,也适用于构造函数。与第四章一样,本章重点讨论可用性、健壮性和灵活性。

Contents of the chapter(章节目录)

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/clxering/Effective-Java-3rd-edition-Chinese-English-bilingual.git
git@gitee.com:clxering/Effective-Java-3rd-edition-Chinese-English-bilingual.git
clxering
Effective-Java-3rd-edition-Chinese-English-bilingual
Effective-Java-3rd-edition-Chinese-English-bilingual
dev

搜索帮助