-
http://outreach.mcmaster.ca/menu/tutorials.html
-
I wanted to do some long overdue testing on my code base and hoped to use this project to guide me towards areas that could definitely need it. Looks super promising but I get an error when running it…
-
Does anyone know a good tutorial to grasp the rational behind union-types so that I understand the problem they solve? I know basic functional programming with Ramda but would like to learn more about…
-
-
When updating the Fulma docs site, I kind of re-discovered the usage of stateful component via Fable.
Using them from Fable, we still gain access to intellisense, compilation checking, etc. Also I …
-
https://github.com/orourkedd/effects-as-data
https://medium.com/javascript-scene/mocking-is-a-code-smell-944a70c90a6a
https://redux-saga.js.org/
https://erock.io/simplify-testing-async-io-javascrip…
-
## The problem
We have an app shell architecture, meaning a host app that loads several other apps on our page. This lets us maintain and deploy each app separately. The app shell routes to `/app1`…
-
## JS Framework Benchmark
The current de facto standard benchmark for measuring the performance of front end apps seems to be https://github.com/krausest/js-framework-benchmark.
This is a fairl…
-
I should write some tests!
It may be possible to test some things in the usual way (i.e. via elm-test). However, you can't test tasks that way, and the logic here is heavily task-oriented.
Proba…
-
I tried the following line in the elm-repl:
`let sample = "Multipart/mixed; boundary=\"sample_boundary\";"`
My problem here is that I added a `let` at the beginning when it shouldn't be there. So th…