Explore >> Select a destination


You are here

chaosinmotion.com
| | www.lambdabytes.io
6.7 parsecs away

Travel
| | Website of Jonathan Thaler @ lambda::bytes
| | www.softdevtube.com
6.2 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,
| | ilya-sher.org
6.9 parsecs away

Travel
| | Background Let's look at the following piece of code (in an abstract programming language) : if chairs { for chair in chairs { clean(chair) } } The Problem It's more code that we would like to have. What's holding us back? chairs can be null, which is not an array (aka list), therefore requiring the...
| | ameeracademy.school.blog
43.2 parsecs away

Travel
| I am pretty much a software development novice. I know just a little Java and a tiny bit of C++. Nothing basically. I am wanting to create my own photo editing software, somewhat similar to Photoshop, but with much less elements. I would like things like various brushes and similar though. So, perhaps similar to...