`
sxk4429
  • 浏览: 40532 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

上传一本书(Agile_Java英文版)

 
阅读更多
英文版得书,另外添加一本java核心技术的英文版.(如需要中文版,留言)
最近在看这本书,书中一些好的编程习惯也列出来,供以后参考.

1.Design your methods to either change object state or return information, not both.
2.Single-Responsibility Principle.
One of the most basic design principles in object-oriented programming is that a class should do one thing and do it well. By virtue of doing this one thing, the class should have only one reason to change. This is known as the Single-Responsibility Principle
3.By declaring the constructor as private, only code in the DateUtil class can construct new DateUtil instances. No other code will be able to do so. While it wouldn't be harmful to allow creation of DateUtil objects, keeping clients from doing something nonsensical and useless is a good idea
4.It is possible to access a class method or variable from the instance side of a class without specifying the class name.Even though it will work, avoid doing this. Accessing class methods without using the class name introduces unnecessary confusion in your code and is considered bad form.

5. The more you depend upon concrete types, the more difficult your system is to change. The more you depend upon abstract types (interfaces), the easier your system is to change. By introducing interfaces, you build an abstraction barrier between the client and a concrete server class.
分享到:
评论

相关推荐

    Agile_Java

    《Agile_Java》这本书是面向Java开发人员的一本指南,它主要探讨了...以上就是《Agile_Java》一书可能涉及的主要内容,通过学习这些知识,开发者可以更好地理解和应用敏捷开发原则,提高团队的生产力和软件的交付速度。

    secode_agile_java

    Thus, at the second row, there are eight white pawns, at the seventh row, there are eight black pawns. At the first row, from left to right, we have a: rook, knight, bishop, queen, king, bishop, ...

    Agile_Java_Crafting_Code_with_Test-Driven_Development.rar

    《敏捷Java:以测试驱动开发打造代码》是一本专注于Java编程和敏捷开发实践的书籍,其核心理念是通过测试驱动开发(Test-Driven Development, TDD)来提升代码质量和项目效率。TDD是一种软件开发方法,它强调在编写...

    625_agile_java

    ackage devin.wu.readbook.practice; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Vector; p...

    Agile Java 高清中文版

    Agile Java 高清中文版 这本书一大特点是以单元测试和TDD来贯穿全书的,在教你Java各种重要的基础知识的过程中,潜移默化的影响你的编程思维走向敏捷,走向TDD。这本书成书,以JDK5.0的语法为基础讲解,要学习JDK...

    Agile Java 中文版

    《Agile Java 中文版》是一本专门为Java初学者和希望深入敏捷开发实践者准备的优秀书籍。本书全面覆盖了Java编程语言的基础知识,并结合敏捷开发的理念,为读者提供了实战性的学习路径。以下是对该书内容的详细解读...

    agile_web_development_with_rails_3rd_edition.9994652073.pdf

    《敏捷Web开发与Rails》第三版是一本深入探讨Ruby on Rails框架在敏捷软件开发方法论下的应用指南。本书由多位知名作者共同编写,包括Sam Ruby、Dave Thomas、David Heinemeier Hansson等,他们都是在Ruby社区内享有...

    Agile_PLM_on_Oracle_ WebLogic_Server

    文档标题为“Agile Product Lifecycle Management Installing Agile PLM on WebLogic”,说明其为一本完整的安装手册。此外,文档还包含了版权声明和商标信息,强调了软件的知识产权保护,以及在不同许可协议和法律...

    《Agile Java》中文版

    《Agile Java》是一本专为初学者设计的Java编程教程,中文版的推出使得国内的编程爱好者能够更方便地学习这一全球广泛使用的编程语言。这本书深入浅出地讲解了Java语言的基础知识,旨在帮助读者快速掌握编程技能,并...

    Agile Java 高清中文版.rar

    《Agile Java 高清中文版》是一本深入讲解敏捷开发和Java编程实践的重要书籍,旨在帮助读者掌握如何在敏捷环境中高效地运用Java技术。这本书的高清中文版为中文读者提供了方便,使得学习过程更为直观易懂。 1. **...

    Agile Java 高清中文版-2.7M

    《Agile Java 高清中文版》是一本深入讲解敏捷开发和Java编程的书籍,旨在帮助读者理解并掌握敏捷开发理念以及如何在Java项目中应用这些原则。这本书以高清中文的形式呈现,使得学习过程更为直观易懂,尤其适合中文...

    agile_sdk9225

    根据给定文件的信息,我们可以提炼出与敏捷产品生命周期管理(Agile Product Lifecycle Management,简称Agile PLM)相关的几个核心知识点: ### 1. Agile PLM 概念 Agile PLM 是一种集成的解决方案,旨在帮助企业...

    Python库 | jira_agile_metrics-0.10-py3-none-any.whl

    今天我们要探讨的是一款名为`jira_agile_metrics`的Python库,它的版本为0.10,专为Python 3设计。这个库被封装在一个`.whl`文件中,这是一种预编译的Python二进制包,用户可以直接安装使用,无需编译源码。 首先,...

    agile Java课后习题代码

    【描述】"agile Java课后习题代码"暗示了这是一个教学情境,可能是学生在学习完敏捷开发与Java编程相关课程后,完成的练习项目或代码示例。这些代码可能包含了对敏捷开发原则的实践,例如短迭代周期、持续集成、用户...

Global site tag (gtag.js) - Google Analytics