Commit Graph

815 Commits

Author SHA1 Message Date
独奏猫
0c70b05728 Update 16-Validating-Your-Code.md 2019-08-27 16:51:11 +08:00
独奏猫
8f83875ddf Update 16-Validating-Your-Code.md 2019-08-27 16:50:08 +08:00
独奏猫
585176b639 Update 16-Validating-Your-Code.md 2019-08-27 16:48:04 +08:00
独奏猫
c8fcee9d1f Update 16-Validating-Your-Code.md 2019-08-27 15:26:10 +08:00
独奏猫
a2a54aab97 Update 16-Validating-Your-Code.md 2019-08-27 15:24:54 +08:00
独奏猫
27f748fd89 Update 16-Validating-Your-Code.md 2019-08-27 15:19:51 +08:00
独奏猫
3eac1b7699 Update 16-Validating-Your-Code.md 2019-08-27 11:04:24 +08:00
独奏猫
1d83c6b249 Update 16-Validating-Your-Code.md 2019-08-27 11:02:40 +08:00
独奏猫
9697ee398d Update 16-Validating-Your-Code.md 2019-08-26 18:10:33 +08:00
独奏猫
8d077baa26 Update 16-Validating-Your-Code.md 2019-08-26 18:04:50 +08:00
独奏猫
8ee0a21aa3 Update 16-Validating-Your-Code.md 2019-08-26 18:04:17 +08:00
独奏猫
6460ea70ca Update 16-Validating-Your-Code.md 2019-08-26 18:01:44 +08:00
独奏猫
ff4e8d183a add bold font 2019-08-26 17:59:40 +08:00
独奏猫
83e28508af 第一小段 2019-08-26 17:58:44 +08:00
LingCoder
f95fc7ea54 Update 15-Exceptions.md 2019-08-23 19:15:28 +08:00
独奏猫
9266ecf74d 修正一些错误,以及建议修改
In C++, a constructor that takes no arguments is called the default
constructor. This term was in use for many years before Java
appeared, but for some reason the Java designers decided to use the
term no-arg constructor, which I found very awkward and
unnecessary, so I resisted and attempted to continue using “default
constructor.” Java 8 has introduced the use of default as a keyword
for method definitions, so I must relent, choke down a bit of bile, and
use no-arg.
Like any method,

建议修改:
根据第六章作者认为在本书更适合用无参构造器来命名,就像一个没有参数的方法一样,而且第六章的小标题也是 无参构造器。
2019-08-23 16:13:36 +08:00
Joe
3f6b02826b Merge pull request #215 from Solocat/patch-1
多出一个字
2019-08-21 23:22:12 +08:00
Joe
c371e9918d Merge pull request #216 from xiangflight/master
revision[14] Ranges of int
2019-08-21 23:21:16 +08:00
xiangflight
29f5d0a1af revision[14] Ranges of int 2019-08-21 22:58:31 +08:00
独奏猫
03945f59b2 多出一个字 2019-08-21 14:54:10 +08:00
LingCoder
ef786cb0a9 Merge pull request #213 from xiangflight/master
revision[13] 13章结束
2019-08-20 08:47:19 +08:00
xiangflight
b5dfc6069e revision[13] 13章结束 2019-08-19 22:08:39 +08:00
Joe
4c6f47d2f9 Update 03-Objects-Everywhere.md 2019-08-18 18:13:50 +08:00
Joe
2240a0132a Merge pull request #212 from sztanyi/master
issue #28,第十九章 update
2019-08-18 18:11:18 +08:00
Stanley Tam
fd0cd9394f 去掉标题空格 2019-08-18 10:10:40 +08:00
Stanley Tam
62c0e8d221 update format 02-04 2019-08-17 20:33:26 +08:00
Stanley Tam
3592ced801 update format 2019-08-17 19:56:42 +08:00
Stanley Tam
b96f893cb5 update 2019-08-17 19:35:10 +08:00
LingCoder
1c52ab8e89 Merge pull request #211 from sztanyi/master
issue 28,第19章更新 类型转换检测 小章节
2019-08-17 05:52:57 +08:00
Stanley Tam
7ec5073a34 update 2019-08-17 01:22:33 +08:00
sztanyi
36f4e3a79b Merge pull request #1 from LingCoder/master
update
2019-08-17 00:39:38 +08:00
Stanley Tam
eb6c5beac5 update 2019-08-17 00:22:27 +08:00
Joe
040b462cad Merge pull request #208 from YngwieWang/patch-2
[hotfix] fix typos
2019-08-15 22:56:17 +08:00
Joe
7a9e1012d0 Merge pull request #209 from cogitates/master
Fix issue #117 数组部分  第三,第四小节
2019-08-15 22:52:18 +08:00
Joe
9015594e96 Merge pull request #210 from xiangflight/master
revision[13] 作为闭包的内部类
2019-08-15 22:51:53 +08:00
xiangflight
b2c4b990b7 revision[13] 作为闭包的内部类 2019-08-15 22:31:36 +08:00
cogitates
9807b4b036 Fix issue #117 数组部分 第三,第四小节
Signed-off-by: cogitates <weifengzxq@gmail.com>
2019-08-15 17:17:35 +08:00
WangHengwei
928d847153 [hotfix] fix typos
原文是“produce an exception”,我理解“产生”与“报出”有区别,产生的异常可以捕获处理,不知妥否。
2019-08-15 17:07:51 +08:00
LingCoder
dcff5d4569 Merge pull request #207 from YngwieWang/patch-4
[hotfix] fix typos
2019-08-15 17:02:02 +08:00
LingCoder
0646516ef4 Update 13-Functional-Programming.md 2019-08-15 17:00:36 +08:00
WangHengwei
6744fd0e65 [hotfix] fix typos 2019-08-15 13:52:39 +08:00
Joe
f2eb08f0ea Update 12-Collections.md 2019-08-14 10:01:05 +08:00
LingCoder
097aaf3a6f Merge pull request #206 from YngwieWang/patch-3
[hotfix] fix typos
2019-08-14 03:28:03 +08:00
LingCoder
76cfb8c31d Merge pull request #205 from YngwieWang/patch-2
[hotfix] fix bugs
2019-08-14 03:27:53 +08:00
WangHengwei
56438cdbe4 [hotfix] fix typos 2019-08-13 21:57:50 +08:00
WangHengwei
98c8d443a4 [hotfix] fix bugs 2019-08-13 12:08:19 +08:00
Joe
942aeaf522 文件翻译完成 2019-08-13 10:00:22 +08:00
LingCoder
50805e634d Merge pull request #204 from dragondove/master
完成“文件”章节翻译
2019-08-13 08:42:34 +08:00
Dragon Dove
0c1674dabc 完成“文件”章节翻译 2019-08-12 23:11:44 +08:00
Joe
c68e16ec1c Update 07-Implementation-Hiding.md 2019-08-12 22:12:01 +08:00