Skip to content

Commit b4ee0a9

Browse files
Update README.md
1 parent e7c2735 commit b4ee0a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,13 @@ and should be returned
140140
properly (remember, rule
141141
no. 2)
142142
4. global variables should
143-
be a last resort to be used and
143+
be used minimally and
144144
should be closely monitored
145145
5. throwing exceptions
146146
should be closely monitored
147-
through testing
147+
through testing because
148+
throwing exceptions are actually
149+
tricky
148150

149151
Then, the effect was immediate
150152
the very first time I did this:

0 commit comments

Comments
 (0)