regarding `it` on `expectThat`, I’m not sure if it...
# strikt
c
regarding
it
on
expectThat
, I’m not sure if it reads better. what about keeping the expectThat syntax like it is without it, and make an additional
assert
keyword with
it.
assert(blah) { it.isEqualTo(..); }
or maybe assert is not the right word. but “expect that user id is equal …” is a valid sentence while with it it sounds strange. just brainstorming….