Skip to content

Commit fcbdd5f

Browse files
committed
feedback by mgorny
1 parent 5631c58 commit fcbdd5f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

posts/2021/12/error-message-style-guides.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ other programming languages.
2828
Wonderfully, people answered me with lots of helpful links (`full list`_ at the
2929
end of the post), thank you everybody! All those sources are very interesting
3030
and contain many great points, I recommend reading them directly! In this
31-
post, I'll try to summarize some common themes or topics that I found
31+
post, I'll try to summarize some common themes or topics that I thought were
3232
particularly interesting.
3333

34-
Several guides (such as Flix and Flow) point out a 80/20 rule: 80% of the time an error message is
34+
Several guides (such as Flix and Flow) point out a 80/20 rule: 80% of the times an error message is
3535
read, the developer knows that message well and knows exactly what to do. For
36-
this use case it's important that the message is short. On the other hand, 20% of the time this same message will have to be understood by a developer who has never seen it before and is confused, and so the message needs to contain enough information
36+
this use case it's important that the message is short. On the other hand, 20%
37+
of the times this same message will have to be understood by a developer who
38+
has never seen it before and is confused, and so the message needs to contain
39+
enough information
3740
to allow them to find out what is going on.
3841

3942
Almost all guides stress the need for plain and simple English, as well as

0 commit comments

Comments
 (0)