I believe that F# could be the next, big mainstream programming language. Why? Let's look at the advantage of F#:| blog.snork.dev
You might have heard that polymorphism is hard to combine with Hindley-Milner type inference, but what does this mean exactly?| blog.snork.dev
Tests should contain as little logic as possible. This helps eliminate the test itself as the culprit when a test fails. As a rule of thumb, avoid control flow or conditional logic inside tests.| blog.snork.dev