How Right-Thinking Americans Should Pronounce "Agile"

On the anniversary of our nation's independence I call upon my U.S. citizens to throw off the shackles of our British oppressors and pronounce the word "agile" like true Americans:

  • The pretentious un-American "goofus" pronunciation: aj-ahyl
  • The right-thinking American "gallant" pronunciation: aj-uhl

Listening to the .NET Rocks Team System panel discussion from Tech Ed last week, I was dismayed to hear that only one of the six panelists pronounced "agile" like an American. I'm not sure which one it was, but it may have been the Canadian guy! (Yes, I realize that Canadians and everyone else from North, Central and South American are also American and it's arrogant to use that term only for people from the U.S., but I don't think that "United Statesian" will ever catch on. But enough aboot that, as they say in Canada.)

All of the dictionaries I've checked, including, ahem, the American Heritage dictionary, show "aj-uhl" as the preferred pronunciation.

According to the history of the agile manifesto at agilemanifesto.org, the only objection among the agile founding fathers to the term "agile" came from Martin Fowler, who said that most Americans don't know how to pronounce the word properly. I think that's why a lot of developers say "aj-ahyl" - they want to be like Martin. Being Fowleresque is a very admirable thing if you're designing software, but you don't have to talk like the guy if you're not British.

Am I making too big a deal of this? Perhaps, but it's a slippery slope, my friends. Start saying "aj-ahyl", and before you know it you'll be adding an extra syllable to "aluminum", driving on the wrong side of the road, and clamoring for the addition of a System.Drawing.Colour namespace. Think it can't happen here? Think again - One of the guys on the .NET Rocks show pronounced "process" with a long O, like Jean-Luc-Freaking Picard!

P.S.

Please don't respond with nasty comments - My sense of self-esteem is very fraj-ahyl.

This article is part of the GWB Archives. Original Author: Brian Schroer

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.