File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33So why is this person's take important for you to know about?
44
55The reason is that the core concept - that
6- every observible property will be depended on
6+ every observable property will be depended on
77by somebody with enough consumers - is essential
88context for understanding why Java is the way that it is.
99
1010Many of Java's features are intended to give you ways
11- to minimize the number of observible properties of
11+ to minimize the number of observable properties of
1212the software you produce.
1313
1414Private fields and methods are the easiest examples of this so far. If you
Original file line number Diff line number Diff line change 11# Validity
22
3- Now is law literally true? No. It can't be. There are more
3+ Now is this law literally true? No. It can't be. There are more
44"properties" you can observe about a piece of software than
55people on the planet.
66
You can’t perform that action at this time.
0 commit comments