This article was permanently moved to my personal website:
For further actions, you may consider blocking this person and/or reporting abuse
This article was permanently moved to my personal website:
For further actions, you may consider blocking this person and/or reporting abuse
CodeWithCaen -
Leo Scott -
TheoForger -
Sohail SJ | chakraframer.com -
Top comments (7)
You can also prefix the field name with its module:
book.Book.words >= 50_000
;-)Gotcha 3 is actually a warning.
Also, deciphering severity from the icons looks complicated.
Indeed, it's a warning. Still, I found this behaviour surprising, and decided to describe it in my blog post 😌
I don't think it's critical for the blog post understanding. Just a little extra from me to make the text less boring.
My idea was:
In this case gotcha 6 has severity too high
For gotcha 2 you can use
begin..end
. Something like this:You can also directly match the
reason
part inPending
. Not always practical, but in your example, I might have written: