What do you not like (or even hate) in Agile development? I mean SCRUM, XP or any other light process.
|
15
|
|
|
|
|
|
I don't like seeing people focus on "what" and missing "why". The big issues--accountability, responsibility, empathy--often get short shrift compared to the more inflammatory (and I suppose temporarily more entertaining) "Pair Programming: The One True Way or a Fundamental Assault on Programmer Rights?" What matters in all of this is what we're trying to accomplish, each in our unique way in our unique context. If I'm striving to be accountable and transparent, certain kinds of techniques are likely to arise, but the techniques aren't the point, the big goals are the point. |
||||||||
|
|
|
I hate the expectation that it will solve all problems. |
||||
|
|
|
I, personally, don't think there's anything not to like. Unlike a more rigid process (see CMMI), you aren't required to do everything to be "Agile" or be using "Extreme Programming" or so on. If something doesn't work in your organization, then you either don't have that step in the process or you replace it with something that does work. However, that said, I think the biggest problem with the agile methodologies is not the agile processes themselves, but the people who don't get them, and think that an agile process alone will save the world. Well, it doesn't. It's just a process. |
|||
|
|
|
|
The zealots. No process is perfect, but zealots won't listen to any criticisms of their preferred methodology. If you try it, and it doesn't work, it's got to be a problem with you; it can't be a limitation of the methodology. In this sense, agile methodologists are no different from other methodologists, but to me the agile zealots are just a little more shrill than the more traditional zealots. Agile proponents claim to care about people and results more than formalities and procedures, but they will scream at you if you don't follow their rules to the letter. This makes them seem a little more hypocritical than other zealots. Because agile methodologies are relatively new, there are a lot of pro-agile people who have not been in the industry very long (if at all). They have never worked in a non-agile environment, but they are sure anything other than agile can't possibly work. They really have no idea what they are talking about, but they are sure they have all the answers. There are also a lot of fake zealots. They claim to be following an agile methodology, but are really not following any methodology at all. They ignore the planning, scheduling, testing, documentation, and management aspects of the methodologies. To them, "agile" means "Just bang out code and ship it as quickly as possible. We can always fix it later." BTW, I am a pro-agile person myself. I just hope I never become one of Those People. |
||||
|
|
|
The assumption that if you are not using Agile you are using some 1970s form of "Waterfall". I'm so sick of reading about how much better Agile is compared to Waterfall, where the classic waterfall example they use is only seen in some strict and obscure military project somewhere. |
||||
|
|
|
Pair programming and standup meetings. |
||||||||
|
|
|
The only problem I have is with poor implementations of agile. :) Too often, people/groups/management/whatever use agile development as an excuse to forego important pieces of the software development puzzle. Specifications and documentation are often the first things sacrificed in an "agile" environment. Unsurprisingly, many of the agile projects I see in my company are several months behind schedule. |
||||
|
|
|
I don't like dealing with naysayers, or the fanboys, or the grizzled verterans who think there's nothing new under the sun, or basically anyone who does not approach it pragmatically. Agile is a tool, but it is also a paradigm shift to many, so it will take a generation for this to settle out. |
|||
|
|
|
|
Agile is a tool that lends sanity to what is normally a chaotic development process. However, it's simplicty can be deceptive - you have to work just as hard, and the problems are not any easier. But when applied correctly through SCRUM meetings, story sizing, appropriate inter-team communication, and other proven development practices, it's the best thing out there. The other required piece that most developers fail to recognize, is that Agile has to be something the entire business subscribes to. For example, the CTO must understand the benefits and risks and support the movement and application of the process, the team managers must do the same and the product owners must understand their piece and what the Agile process means for their customer interactions. Developing software is a very expensive process, so time to market for any software product can make or break your business. Agile foundations for developers mean solid application of design patterns and principles. Write good code so that you can adapt it quickly (Agile), you can test it quickly (Agile), release it quickly (Agile). Open-Closed principle, MVC, coherence, cohession, seperation of concerns, etc. You must know these things and you must apply them to be able to fulfill your obligation as a productive software engineer on an Agile team. Agile is not the end-all-be-all. It is a powerful tool for any development organization that needs to respond quickly to market trends. Coupled with solid practices and skilled developers, it really can do wonders. And, there's nothing I don't like about Agile. |
|||
|
|
|
|
The problem I saw when we went Agile was that while most developers caught the gist of it pretty quickly, middle management had a much harder time adapting to their transmogrified responsibilities. With all the new-found "free time" on their hands, they swung erratically between playing solitaire and running around like headless chickens micromanaging random people in the pods, while at every scrum meeting praising the team and the Allmighty Agile. Agile doesn't necessarily solve problems inherent in your organization, it just shines a different light on them. |
|||
|
|
|
|
It becomes a farce when you've got a fast-paced production environment and the business expects you to fix certain problems immediately instead of waiting until the next scheduled release. It throws everybody for a loop. All the planned release dates get hosed. Sales freaks AGAIN because not only are customers affected right now, but their promised dates are messed up. Meanwhile, devs, qa, and deploy staff all get thrown into this moment's notice mentality. Sloppy code, poor testing, and deploy mistakes abound. Then they're busy trying to still make the original dates only to find out that after all of Sales' bitching, the customer was okay with the delay. But guess what, since yr code sucked and and qa missed the issues... you've got a new prod issue that must be fixed asap! Seven sprints later, you're really wondering why you still work here and how Agile is supposed to handle this. (Cause when you suggest a second, prod support team that operates in a non-Agile way, they look at you like you're crazy.) |
||||
|
|
|
Disclaimer: I have only seen one application of the agile methodology, so please take my observations with a grain of salt. I think the biggest problem is that agile promotes short-sightedness. There seems to be a tendency to achieve the goals of the sprint at any cost, which includes applying "quick and dirty" solutions, which are in fact poor design decisions, which come back to haunt you in the future. I have observed that typically the goals of a sprint include implementing new features, as opposed to thinking through the design, code review, or refactoring. As a result, the quality of code suffers. The quick and dirty fixes accumulate, and virtually no time is allocated to rethink the design and clean up the code, because the next sprint is dedicated to implementing the next feature. You may say that this is because agile is applied incorrectly. However, I think that the habit of focusing on the small short-term tasks, and quickly moving on to new tasks makes it very easy to lose sight of the big feature and to never look back, which in turn allows crappy code to accumulate and rot. |
||||
|
|
|
I've given almost all of my votes on this very question! I just like the way I develop software. The way I have been doing it for 28 years. I have never had a problem. Not until someone tries to 'convert' me to some new-fangled idea. Then the sparks fly. I have turned down jobs that force me to code in such ways. |
|||
|
|
|
|
I've seen the same kind of crap they use in American sales teams crow-barred into things like Scrum and perhaps its my Englishness but I don't buy into the idea of forcing everyone to accept particular social norms. People are different, yes you come together to produce a product so you have to follow some conventions but forcing things like stand up meetings or pair programming upon people doesn't always work. Your management has to adapt to the team you are working with, the team shouldn't always be forced to adapt to the system. It's a process of influencing in two ways, with Agile you endeavour to influence the developers in the team to adopt certain practice but by the same rule the process should be influenced by the character of the development team. One size does not fit all. The irony is that some Agile implementations are not actually very Agile in reference to their implementation of Agile itself (the whole: "OMG you have do ALL of Agile 110% to be Agile"). In this scenario the aforementioned influence just becomes one-way traffic from the process to the group. As a developer in the group you have to adapt to the process or you become alienated. That isn't a pragmatic approach and can lead to higher staff turnover and low morale amongst certain members leading to a cliquey situation (those who buy in vs those who don't). That said, Agile does have some serious awesomeness and if applied pragmatically is totally the way to go. |
|||
|
|
I think agile becomes Fragile in the wrong hands! |
||||
|
|
|
When your CIO refers to it as "nimble" instead of agile because it is just a buzz-word to him. |
|||
|
|
|
|
I suppose this applies to pretty much any methodology or framework but taking what it says in the book as the only way to do it leads to a lot of failures and is something I don't like in many peoples implementations of Scrum and a host of others. With Scrum (as with any method/framework) you need to look at what it is recomending and then tailor it to your particular situation, product, company style and people. This is at least as hard as actually using it successfully but if you don't do it, you are making life even harder for yourself. |
|||
|
|
|
|
The name. It's not "agile". Used to be called 'lightweight methods' till this brand name was chosen. I prefer to call it 'reactive programming'. The cheap managers who cherrypick the advantages of the method (no/little documentation, informality) without wanting to pay it's price (no fixed price, increased communication). |
|||
|
|
|
|||
|
|
|
|
Your QA has very little to set a test plan against. There is no documentation from projects done a year ago. Software is not slam dunk for applications, maybe for a fix. I know it is just a patch for terrible requirements. |
|||
|
|
I tend to be undisciplined and if the process is not "set in stone" I will take shortcuts. Agile methodologies seem to allow for more flexible interpretation of the process that is software development. |
|||
|
|
|
|
Extending Mr. Beck's response (If I had a penny for everytime I see this.)
|
|||
|
|
|
|
If I wanted a house built for my family I would:
Call me old fashioned but you'd be mad to do it any other way. And I know you're going to say a software solution isn't like a house because you can live with half a software solution but you can't live (realistically) with half a house... but (a) a lot of the time that's just not true and this analogy is a good one and (b) even if it is true, it's just resigning yourself to delivering half of what the customer actually wanted. |
||||
|
|
|
Methodologies are a tool box, use the best one for the job at hand. Don't try to force a solution onto a problem because you happen to like it better. As far as Agile is concerned, I like most of it. It tends to work in smaller IT shops than larger ones in my experience. However there is one aspect of it that I absolutely hate (though I've never actually witnessed anyone do it). Agile states that you should have 2 developers to each workstation. One coding and one watching, with the idea that 2 sets of eyes can code better. There's no way I could write software with someone looking over my shoulder all day, I think the premise is ludicrous and doesn't take into account human nature (a person's need for personal space). If someone ever tried to get me to code like that I'd quit the job immediately! |
|||
|
|
|
|
I dislike the perception, and occasionally the practice, that documentation, specs, and architecture are "bad things." I like a lot of the practices of Agile and XP both, but every once in a while it's a good idea to get an overview of the entire project and get some of it written down from that standpoint, or do some planning for the future, or leave notes for the people who will come after original developers, and sometimes this gets discarded or denigrated, which has a habit of turning "agile" into "fragile" and worsening management's view of those practices. |
|||
|
|
|
|
When the term "agile" is used to hide laziness. Some will try to go too far with the avoidance of documentation to start building and look busy without a clear enough plan. Sometimes this can also happen when the developers are "drinking from a firehose" with respect to receiving requirements. |
|||
|
|
|
|
I don't like people using it as an excuse to write code wild west style. |
|||
|
|
|
|
In general, I dislike people getting hung up on any particular methodology.... |
|||
|
|
|
|
My biggest worry with agile is that some people seem to interpret it as a magic bullet while cherry-picking the things they like and pretending everything else doesn't exist. "Doing the thing right" is great, but it's absolutely secondary to "doing the right thing". |
|||
|
|
|
|
I don't like it when agile zealots won't let you adapt Agile to your environment and business needs. No approach should be static or will fit all circumstances. One should focus on the management (SCURM) and engineering (XP) practices and adapt them where needed to do what is important, deliver working software. If your team is highly functioning, collaborating, value driven and managing sustainable and frequent delivery of working software with quality then you have meet the Agile Manifesto. If someone losses site of the value being delivered focused and nit picks the way you are doing something, ignore them, remained focused on your business partner and continue delivering working software. On the other hand, I don't like it when someone who has not done Agile suggest picking away at the engineering practices. They suggest not to pair, or do we really need to automated the test, or can we not do Test Driven Development to save time. The agile practices have a greater net benefit when practiced as a whole. That is, all the practices have an amplifying effect on one another. Furthermore, the engineering practice make it possible to maintain a sustainable pace of delivery over just practicing the management practices (SCRUM) alone. While, in the short term there may appear to be a time savings if you skip a practice or two, the increase in defects and the impact to later productivity will cost you more than if you did the practices to being with. So agile, practiced one way is not the solution for all environments. Nor is picking away at agile at the edges a way to save money or time. Allow agile to adapt but don't take the discipline out of the engineering practices. |
|||
|
|
