HackerTrans
TopNewTrendsCommentsPastAskShowJobs

p10r

no profile record

Submissions

Testing Mastery: Fast and Secure Application Tests

medium.com
1 points·by p10r·il y a 2 ans·0 comments

comments

p10r
·il y a 2 ans·discuss
Sounds like Compose and Kotlin, although multiplatform still being more in a beta stage.
p10r
·il y a 3 ans·discuss
Http4k, a http library for Kotlin, has an, in my opinion, great way of generating documentation for you [0]. They explain it in more detail in their talk [1] and also have an example repository [2], if you favor to look at code.

[0] https://www.http4k.org/blog/http4k_v5/#tracerbullet_a_brand_...

[1] https://www.youtube.com/watch?v=CrslqbMbaD8

[2] https://github.com/http4k/exploring-the-testing-hyperpyramid
p10r
·il y a 3 ans·discuss
I'm doing exactly the same. Another added benefit of that is that you save some length in the test name, which can be quite helpful in certain scenarios.
p10r
·il y a 3 ans·discuss
Would you also recommend that book to someone who's not using Haskell/Idris/Scala?