Naming considered MOSTLY harmless

Posted by Venerable High Pope Swanage I, Cogent Animal of Our Lady of Discord 20 June 2014 at 08:10PM

This is a continuance of a thought that I'd briefly mulled over on twitter to some reaction. No point in summarizing as it's only a few characters: "In I find it best to try and avoid naming anything except for the tools (fns and constants) used to construct a running system."

The reactions were great, as I would more or less expect, namely trying to drive at the thrust of why I would say such a thing. "What are examples of things I would avoid naming?" "By naming do I mean assigning to a Var, or something else?" and "My examples are primarily stateful things, is this to cure live programming woes?"

I'll do my best to expound on my reasoning in more detail, become more crisp in defining what I mean, and perhaps persuade you to strive in the vicinity of this same goal.

Git & Cerberus

Posted by Venerable High Pope Swanage I, Cogent Animal of Our Lady of Discord 28 March 2009 at 10:11AM

Looking at this past article is a good start as most of the problems to be solved are similar or the same.

Auditing Rails Projects

Posted by Venerable High Pope Swanage I, Cogent Animal of Our Lady of Discord 20 December 2007 at 10:36AM

Or how I learned to stop worrying and love SVN, Cerberus, and RCov

I recently was given carte blanche to enact some authoritarian controls on our source code at work, and ran with it. My general feeling is not to limit what people can do with our repository, just to audit that they have done it, and when it is problematic, make their work widely known rapidly. Thus, my intent was not to lockout checkins which would cause rake to fail, just to report on the checkins when they happened.

We had at a prior point in time incorporate the Cerberus system with a cron job on our source control server, every 10 minutes it would checkout the revision and then bitch about whoever had the last checkin if the build was broken to a mailing list all developers were signed up to. This was okay except:

  • If two people comitted in that 10 minute period, the last got the blame.
  • If you made huge structural changes to the project, it would cause the build to fail.

So our cerberus system got switched off and we quickly stopped having a reliable rake build. People broke things and didn't know they broke them, and we were slowly marching down the path of madness.

I decided that I wanted us to have a different system, one that:

  1. Would run the build process on every checkin.

  2. Could cope with large structural changes to the source tree.
  3. Would not violate our prior decision not to have config files checked into the source tree.
  4. Would generate code coverage reports.

It was more work than I anticipated!

Grand Friends

Posted by Venerable High Pope Swanage I, Cogent Animal of Our Lady of Discord 14 October 2007 at 09:14AM

In the past 24 hours I spent over 10 of them driving to go to the wedding of my friend Kris, which was held in Dublin, Virginia, which is just this side of Bumfuck. I managed to leave yesterday morning, and get home today at 2AM. I am sore, tired, and my mind is slightly addled. I am very happy to have gone.