/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jao.io
| | boxbase.org
2.8 parsecs away

Travel
| | I lost motivation to all the Unity/C# projects I started during the warm summer days. It feels like any deployment gains are erased by the development pains these tools put you to suffer.
| | blog.ploeh.dk
2.9 parsecs away

Travel
| | Combine a strong type system with Property-Based Testing to specify software.
| | nurkiewicz.com
2.8 parsecs away

Travel
| | When choosing or learning a new programming language, type system should be your first question. How strict is that language when types don't really match? Will there be a conservative, slow and annoying compiler? Or maybe a fast feedback loop, often resulting in crashes at runtime? And also, is the language runtime trusting you know what you are doing, even if you don't? Or maybe it's babysitting you, making it hard to write fast, low-level code? Believe it or not, I just described static, dynamic, weak and strong typing.
| | blog.quaddmg.com
7.4 parsecs away

Travel
| [AI summary] An article argues that dynamic programming languages are more suited for flexible, interconnected application environments using self-describing data formats, while static languages are better for robust, structured data processing.