<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13376580\x26blogName\x3dThe+GeekWithin\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://geekwithin.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://geekwithin.blogspot.com/\x26vt\x3d-8111287070889316650', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

The GeekWithin

Tuesday, February 21, 2006

Professionals Wanted

Recently I read an article on Reg Developer that I completely agree with.

David Putman starts out by describing a process I have used many times: a Kanban system. This is where you break your project down in to small segments, write it on index cards, and post on a wall. As developers work through the project they take the index cards and move them from a waiting section to an in progress section, and finally to a finished section. This not only provides you an "at a glance" project update, but it also ensures you have not missed anything.

Mr. Putman's issue is in getting developers to break the project down and use the system. His experience is that developers rebel and cry "but I'm a professional" and state they do not need to be "micro" managed. He then exposes the unsavory side of software development: no one knows or is willing to commit to a specified timeline, unless of course it provides twice the amount of time it may need. I have seen this as both a customer and a consultant. It is why the cost of custom development is so expensive.

An arguement Mr. Putman puts forth in the article is that other professions are required to provide time and cost estimates up front, so why not those who are completing a development project? I must admit, this is an area that is not given any thought and one that developers would benefit some training in.


 

Creative Commons License  This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.