Explore >> Select a destination


You are here

morethancoding.com
| | appfiret17.sg-host.com
14.6 parsecs away

Travel
| | Looking at individual features isn't the right way to create software development time estimates. Here's what you can do instead.
| | solutionspace.blog
10.4 parsecs away

Travel
| | Estimation exercises that require the team to come around a table and discuss whether a task is a three or a five are a typical component of today's software development rituals. Do the benefits of this process outweigh its cost? I have worked in teams with and without this process and I have found myself...
| | gist.github.com
15.1 parsecs away

Travel
| | Kickstarter Engineering Ladder. GitHub Gist: instantly share code, notes, and snippets.
| | www.softdevtube.com
64.3 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,