Skip to content

Cory Foy

Organizational agility through intersecting business and technology

Menu
  • FASTER Fridays
  • Mapping Mondays
  • Player Embed
  • Search Videos
  • User Dashboard
  • User Videos
  • Video Category
  • Video Form
  • Video Tag
Menu

Author: Cory Foy

My View of Lean/Agile/Scrum/XP

Posted on November 26, 2008January 9, 2022 by Cory Foy

There’s been lots of chatter lately about whether Agile is Dead, or if Scrum is [better|worse] than Lean, and whether Lean can be used for Development teams, or if Scrum should be shot, and so on, and thus forth. Here’s my view, subject to correction: Agile is a mindset. It is actually agile, with a…

Read more

System.Threading and .NET 3.5 SP1

Posted on November 13, 2008 by Cory Foy

If you are getting any of these types of exceptions compiling code: error CS1501: No overload for method ‘WaitOne’ takes ‘1’ arguments error CS1501: No overload for method ‘WaitAny’ takes ‘2’ arguments error CS1501: No overload for method ‘WaitAll’ takes ‘2’ arguments Then you are trying to compile code with .NET 3.5 that someone has…

Read more

I <3 TDD

Posted on November 7, 2008 by Cory Foy

I’ve been working on some more spikes around my Fluent Fitnesse effort mentioned a couple of days ago. One of the things this is designed to be is a roundtrip tool – so Fitnesse pages get converted to code, and vice versa. This way the business people still use Fitnesse for all of their work,…

Read more

Fluent FitNesse

Posted on November 3, 2008 by Cory Foy

One of the biggest challenges for people using FitNesse in any scale is how to manage the pages. Since everything is a wiki, and mapped dynamically to adapter classes, it becomes very easy to break, very easy to make brittle, and pretty difficult to refactor. While there has been work on the interwebs to make…

Read more

Questions from a Plane

Posted on October 28, 2008 by Cory Foy

While cleaning out some boxes tonight, I came across a notecard which had some questions I scribbled on a plane ride, about software, and people: Why do people care about project plans? Why are rules so important to people? Why are we so focused on deadlines? Why are degrees so important? Why are we so…

Read more

Growing up Geek

Posted on October 9, 2008 by Cory Foy

I’ve been tagged by Brian Button to tell a bit about my geek childhood. As you can imagine, I also had quite the geek childhood growing up. The picture to the left is my school picture where I’m actually posing with a Transformer. Pretty much every aspect of my childhood was geekish in some way…

Read more

New (or old) Mocking Syntax?

Posted on October 5, 2008 by Cory Foy

Is it possible to do the following, or do I have to use a Mocking framework? And if I do use a mocking framework, do I have to do anything special? private IClassificationService fakeClassificationService = delegate { System.Net.ICredentials Credentials { get { return null; } set {} } IList ListAllProjects() { return null; }} Edit:…

Read more

Build Status Lamp with Ruby and TeamCity

Posted on October 3, 2008 by Cory Foy

Recently at work we got our new build status light setup. We’re using TeamCity as our Continuous Integration Server, MSBuild as the build script, and a homemade Ruby Script to control the lamp. The setup sits in our team room and looks like this: The Build Lamp (a red lava lamp in this case) is…

Read more

The Importance of Velocity for Product Planning

Posted on September 30, 2008 by Cory Foy

Recently there has been a lot of talk in the Agile community about moving away from estimated stories into more of a Kanban-style “pull-based” system. At Agile 2008, Joshua Kerievsky did a talk on MicroReleases where he discussed how his team did just that. They base the next release (which is just a couple of…

Read more

Making Tradeoffs

Posted on September 28, 2008 by Cory Foy

Last week, we had a small incident arise with the team I’m working with. Our Continuous Integration server is now live, meaning that code gets compiled with every check-in. This is great from the perspective of rapid feedback – if there is a failure, we don’t have to wait for a nightly build – or…

Read more

Posts navigation

  • Previous
  • 1
  • …
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • …
  • 55
  • Next
© 2025 Cory Foy | Powered by Superbs Personal Blog theme