Explore >> Select a destination


You are here

michaelscodingspot.com
| | aradaelli.com
5.1 parsecs away

Travel
| | [AI summary] The author discusses their experience with the programming language D, highlighting its features, advantages over C/C++, and reasons for preferring it despite its niche status.
| | www.primaryobjects.com
3.1 parsecs away

Travel
| | Using the Iterator Pattern in C# ASP .NET
| | frederickvanbrabant.com
4.8 parsecs away

Travel
| | One of my favourite types of classes is a value object. For those not in the known, a value object is a small class that holds a value with a tiny bit of extra logic surrounding it. Sounds simple enough right? I think a nice way of looking at these classes is implementing them as an extension of the type system of your programming language. Let take a look at an uncomplicated example.
| | healeycodes.com
20.6 parsecs away

Travel
| Making my programming language 4000x quicker, and adding a static type checker.