/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

cukic.co
| | 200ok.ch
1.2 parsecs away

Travel
| | How to supercharge your development setup with true code hot-reloading in a truly functional programming language.
| | www.dotnet-tv.com
1.6 parsecs away

Travel
| | [AI summary] The post discusses the Nemerle programming language, highlighting its features and capabilities as a .NET platform language.
| | www.softdevtube.com
1.8 parsecs away

Travel
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,
| | everythingfunctional.wordpress.com
15.1 parsecs away

Travel
| The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we...