Slashdot Mirror


Ask Slashdot: Has Your Team Ever Succumbed To Hype Driven Development? (daftcode.pl)

marekkirejczyk, the VP of Engineering at development shop Daftcode, shares a warning about hype-driven development: Someone reads a blog post, it's trending on Twitter, and we just came back from a conference where there was a great talk about it. Soon after, the team starts using this new shiny technology (or software architecture design paradigm), but instead of going faster (as promised) and building a better product, they get into trouble. They slow down, get demotivated, have problems delivering the next working version to production.
Describing behind-schedule teams that "just need a few more days to sort it all out," he blames all the hype surrounding React.js, microservices, NoSQL, and that "Test-Driven Development Is Dead" blog post by Ruby on Rails creator David Heinemeier Hansson. ("The list goes on and on... The root of all evil seems to be social media.") Does all this sound familiar to any Slashdot readers? Has your team ever succumbed to hype-driven development?

20 of 332 comments (clear)

  1. Infinite web pages by qzzpjs · · Score: 5, Insightful

    I think infinite web pages was the worst idea that every site just had to copy to be part of the fad. I liked page number buttons. I can bookmark a page where I left off instead of scrolling a hundred times from the top again. It also doesn't use up all my computer's memory in Firefox or Chrome.

    1. Re:Infinite web pages by Solandri · · Score: 4, Insightful

      More precisely, it's scroll, scroll, scroll. Ctrl-click to open a link in a new tab. Except you didn't hold down ctrl enough and the link opened up in the current tab. You hit back on your browser, and now you have to start scrolling from the top all over again. Whoever came up with the idea for infinite scroll web pages should be forced to go home and start his trip all over again every time his GPS tells him to make a turn and he misses it.

  2. Happens a lot by Anonymous Coward · · Score: 5, Insightful

    Main issue isn't "following the hype" -- it's not understanding why something worked for someone, or even why what you're currently doing is or isn't working before making sweeping changes.

    PHBs making stupid and declarations based on trade magazines that sinks the project? Probably never understood what his subordinates were actually doing in the first place.

    Developers changing languages mid-project? Forgot to add the time to master the language to the estimate, most likely.

  3. Agile by zm · · Score: 3, Informative

    Although, it was due to a sustained level of hype, rather than an epiphany by the powers that be.

    --
    Sig ?
    1. Re:Agile by WaffleMonster · · Score: 4, Insightful

      When Agile fails, it is almost always due to the implementation NOT actually being agile. There is such a deep belief by many old-timers that Waterfall is the only way to get things done, that many simply cannot make the transition.

      This is all proponents of Agile ever say. A noun a verb and "Your doing it wrong".

    2. Re:Agile by Anonymous Coward · · Score: 4, Insightful

      It's not a religious war. It can be and has been a disastrous waste of time, money, and life for many, many people. While Agile works well for certain types of projects, it does not work well for others. Choose what you like, I suppose, but all the market can reveal is that people who become enraptured by process rather than product are building castles on sand.

    3. Re:Agile by ckatko · · Score: 5, Funny

      The No True Agile fallacy.

    4. Re:Agile by umghhh · · Score: 3, Interesting

      market has hardly anything to say about it. The fact is that projects being difficult to compare are also difficult to draw conclusions upon. I actually have made a comparison of two projects running on two different platforms and using two different (*) paradigms - my corp just bought another corp where exact same thing has been done already but as said on other platform. The one had 300% higher cost than the other. The thing is - when I proposed to have a look at the reasons and do root cause analysis I was ignored. I took from this experience that this is a religion not a management practice.
      * - It is often proposed that there are two approaches: waterfall and agile. I have not seen a fully waterfall project in my long working life and I took part in projects of 10k people lasting up to 2 years. The fact is you need some rigid planning and the planning and deadlines many months or years in advance because somebody has to budget the project and needs some sort of idea of what is feasible. Even agile teams do that or they overrun the available budget and then fail. These big projects had what appeared waterfall - they set deadline 2y in advance. Yet the project planners were flexible and the planning allowed to build a huge robust, flexible and powerful system that was delivered within an accepted deviation of budget and time. the actual development teams working on particular items were doing their iterative design & test and acting in an agile way if (from their perspective) external part necessary for test was delayed. I have seen similar in much smaller but in agile term massive (~100 people, run for a year) teams/projects.
      After all these years I have made following observation: the development paradigm and chosen technology have less to say about possible success than the qualifications of the team. Good team with good leaders can achieve a lot. Not even best practice and good conditions to execute a project will help if team does not know how to make, deploy, revise and if need be modify decisions. Whether they do it during grooming meetings smoking joints or there is an uniformed drill instructor shouting on them is relevant because wrong are to the team and project what the tools are for the job - you just need the one you can work with.

  4. Re: He sounds like an idiot by WarJolt · · Score: 4, Insightful

    The problem is that experience can do one of two things to developers. Open your mind or close your mind. Many programmers refuse to open the Pandora's box and they stick to a tool, paradigm or coding style they know even though its not the best thing to solve the problem at hand. It's like a carpenter trying to cut down a tree with a circular saw because that's what he spends 99% of his time using.

  5. Avoid the silver bullet that is Sencha ExtJS by EmperorOfCanada · · Score: 4, Insightful

    Wow, ExtJS brought all development to a complete multi year halt. In the first few months ExtJS development is way way way faster than any other framework out there. But after about 6 months all you are doing is fighting with the framework. Just an endless knifefight. Any single problem could be solved against the base instlall of ExtJS but what happens is that you have to develop workaround after workaround to make the system snap into place for any given need. Those workarounds then make future "easy" changes impossibly hard.

    So you might have something as simple as wanting to put the focus on a login username. If you had just done the page as your first round and thought of that then, like everything with ExtJS, a little weird but fairly easy. If you already have fought with sencha to make other things happen on the login page (say a filtered twitter feed) then ExtJS is probably broken 8 ways from sunday and you can't set a focus worth a damn.

    Save yourself a world of pain and just use basic javascript combined with either simple single function libraries, or worst case scenario use a framework that won't blow up your company like react or polymer. Yes, you won't be a showoff in the first few weeks of development like you could with ExtJS, but you won't blow up your company when you can't finish the project until you realize that it can only be done by throwing out ExtJS.And if you get 5 or 6 people in the company who get training by ExtJS, good luck cutting through her bullshit about how ExtJS is the best thing ever even though the project is now 18 months late.

  6. Agile is good for some teams & projects, horri by raymorris · · Score: 5, Interesting

    For some projects and some teams, Agile is the best they can be expected to do. For other types of projects and other types of teams, it's a really horrible idea.

    Central to Agile is the proposition that the company is unable or unwilling to figure out what the requirements are before they develop the system. As Yogi Beara said, "if you don't know where you're going, you not get there." On small projects it might not hurt too much to figure it out as you go along, to backtrack and throw away code that has to be replaced. On large projects, and systems that need to integrate with other systems, you REALLY do need to figure out the requirements ahead of time and plan the architecture.

    If your team consists solely of programmers of medium competence, Agile may be the best choice. If you have even one excellent systems architect, you're far better off letting therm do their job, planning the system out first. If your team includes junior programmers (or veterans who haven't expanded their skill set over the years), Agile can leave them floundering, going one direction for a few weeks, then another direction for a few weeks, then completely backtracking for a few weeks.

    In summary, Agile is sometimes the best choice for your team, and when it is, you've done a poor job of hiring.

  7. Been there, done that. by Zarjazz · · Score: 5, Interesting

    Several years ago my Pointy-haired Boss was reading technology articles (bad idea) and caught the "Big Data" bug. It spread to our CTO, CIO and all department heads like wildfire. This led to our Development team being turned into NoSQL zombies who said words like "Hadoop", "Shark", "Spark" in response to any new product requirement. It was a glorious vision of a magical backend system that would take all our data from every platform, that would scale up and out forever, and could be asked any question and give us exactly the results we wanted all instantly. The fact no one in the entire company had ever used any of the technology before or the fact we didn't even have any Java experience to setup even the base Hadoop installation were just minor points not worth discussing. I would like to say I was the lone dissenting voice, well I was and said lets just stick to SQL, but even I got caught up in the hype eventually.

    18 months later and a sickening amount of man-years wasted and contractor money spent with no usable products or services the conclusion was NoSQL isn't a good fit for our data or platform use case. So they all went back to standard MySQL and completed 90% of the delayed projects in under 4 weeks.

    On the plus side management heads did roll. I have a new My Pointy-haired Boss and CTO. However they have now started to drop in the words "Microservices" and "Docker" into all discussions. I can see a new hype-train arriving shortly ...

  8. There are no magic solutions by chipschap · · Score: 5, Insightful

    The problem is that people want magic solutions, and they keep chasing the latest fad in the hopes of finding the secret alchemy that will make average developers turn into gold stars, produce perfect systems in a tenth the time, and meet all requirements without the bother of knowing them.

    Anyone who's ever done any system of significance that actually worked will know that the "best" tools and methods are situational. Need a bash script to list a few files? The approach is different than it would be if you're hired to redo everything used by the IRS.

    We can go all the way back to the "shelf full of binders" methodologies. In their day, they were supposed to be the magic cure-all. Today, it's Agile, or it's XYZZY or whatever is the latest and greatest. Still haven't found that secret sauce.

    One size doesn't fit all. There is no magic. Successful development projects require skill, experience, good judgment, hard work, and competent leadership.

  9. Re:Agile is good for some teams & projects, ho by Kjella · · Score: 5, Interesting

    Central to Agile is the proposition that the company is unable or unwilling to figure out what the requirements are before they develop the system.

    The problem is that waterfall is presented as making extreme effort to try figuring it all out up front, while Agile then becomes to the exact opposite where you make no effort and just prioritize what's right in front of your nose. Reality is that you need some flexibility in waterfall projects and some structure in agile projects. In my opinion it's fine as a development method, it's all the people making requirements who don't even try anymore because agile. We're so dynamic, as long as we can spin in place it doesn't matter that we're not going anywhere.

    --
    Live today, because you never know what tomorrow brings
  10. As a rule of thumb, wait until a new idea by Tablizer · · Score: 4, Interesting

    ...has proven itself for five years. The hard part is convincing executives of the five year rule. Often the benefits only appear in narrow niches or under specific conditions, but it takes a while for the industry to learn when and where.

    Also, a lot "fads" are not directly technology fads, but rather obsessions. About 2 years ago our CIO became obsessed with SEO - Search Engine Optimization (Google hits, more or less), and so all kinds of silly games were played with our Internet content and CMS's, including mass repetition.

    After a while people realized there was too much content to manage and clean up. That CIO moved on and the new CIO is a minimalist. Big change. SEO did nothing but make a mess.

    We were suspicious of it all, but there was nothing we could do at the time but go with the flow. At least bullshit = jobs.

  11. It might be agile, but it's not Agile by raymorris · · Score: 3, Insightful

    > There's nothing preventing you from running an agile project with a robust and complete design.

    A large project with a complete design, an actual plan, may be agile (the adjective), but it's very much not Agile (the development methodology). A core tenet of Agile is that design, planning ahead to the end of a project, is impossible. In fairness, it probably IS impossible, for the people who believe that.

    If they haven't been taught one particular trick, they probably never will be able to know the requirements before they write the code - trial and error really is the only option, if nobody ever told you the method to find out the real requirements.

    If you want to know what the actual requirements are, there's one way to find out (and maybe ONLY one way). Sit down with the user and watch them work. Ask questions as needed to understand their workflow while they actually do it, and take notes. Ask the actual user, not their manager's manager, what they need to do their actual daily tasks. That way, (and probably only that way), your User Stories aren't fictional stories imagined by some manager, they are real descriptions of real users doing real work. Requirements flow directly from there.

  12. Re: He sounds like an idiot by locofungus · · Score: 4, Insightful

    Many programmers refuse to open the Pandora's box and they stick to a tool, paradigm or coding style they know even though its not the best thing to solve the problem at hand.

    Precisely the OP's point.

    That's a typical trait of a junior developer, or an experienced developer who has worked solo for most of they're career.

    I disagree.

    The experienced developer has been chopping down trees for years with an axe. He's been putting up shelves with a drill. he's been cutting floorboards with a circular saw. And occasionally he's been cursing because he's having to make do with the wrong tool because although he knows what the right tool is, paying $lots for a tool he will use just once can't be justified.

    Alongside that there are countless (less experienced) developers suggesting that he uses the circular saw to cut down the tree, the axe to put up the shelf, the drill to cut the floorboard and the experienced developer isn't particularly impressed.

    But in the back of his mind he's always got that thought "what if that next tool is the chainsaw. " Just think how many trees I could cut down then. But even when the chainsaw comes along, he continues to use the circular saw on the floorboards, the drill for the shelves and, indeed, he may even still use the axe from time to time.

    --
    God said, "div D = rho, div B = 0, curl E = -@B/@t, curl H = J + @D/@t," and there was light.
  13. And flat look [Re:Infinite web pages] by Tablizer · · Score: 5, Insightful

    I agree. I cannot wait for that fad to die an ugly painful death. Make the pages longer, that's fine. But not infinity.

    I hear it causes ADA lawsuits. I hope so, sue 'em hard!

    Similar annoyance points for the "flat" look. You cannot even tell a button is a button, and entry box boundaries are washed out. Shade the fsckers, people! It's not 1989.

  14. Re: He sounds like an idiot by AmiMoJo · · Score: 3, Insightful

    Reading Slashdot comments it seems that many seasoned developers are dismissive of some pretty good new tech, even after it's been around for much longer than 5 years.

    C# is a great example. I'm a hard core C coder who mostly works on embedded systems, but when I need to do anything desktop I always consider C#. It might not be the most efficient language, but it's performance is perfectly adequate for a huge number of tasks, it has libraries that simplify most day-to-day stuff greatly and lets you concentrate on structure and architecture instead of details.

    People around here often dismiss it because of the association with .NET (which itself is far from terrible) and the fact that it hides a lot of the "real CS" stuff, but that's the point of it.

    Save the hate for stuff that deserves it, like Javascript.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  15. Re: He sounds like an idiot by Dog-Cow · · Score: 3, Insightful

    People around here hate C# (those that do) because it's from MS. When it comes to MS, there are no technical merits that can redeem the technology. They are not rational people. Most of them probably don't even program for a living.