> We recently upgraded a site we did years ago, from 4.7 to 6, and
by far the biggest complications were in dealing with contributed
modules, not the custom modules we had done ourselves.<br><br>OK. Now what if it was another shop that had to update your code? Of course it&#39;s easier to update your own code, but what if a meteor was to strike PingV headquarters? Would it be easier for me to look at what you had done using CCK + Views than it would be for me to decipher your FormAPI + custom queries? Obviously, it would. <br>
<br>&gt; Coder module and familiarity with the Drupal API changes can make
upgrading a custom module much easier than dealing with contributed
modules that don&#39;t have smooth upgrade paths or have disappeared
altogether<br><br>I&#39;m curious: where do you draw the line with what you use or don&#39;t use from contrib? Are you saying you don&#39;t use Token, Pathauto, CCK, Views, OG, or Image/Imagefield? It seems like your argument is just a short step removed from the &quot;I&#39;ll build my own CMS&quot;. Sure, dealing with contrib can be a royal pain in the butt, but try deciphering a single developer&#39;s solution ot the problems that any of those module try to address and I think you&#39;ll see my point: you can&#39;t use contrib all the time, but you should use it *whenever possible*, and try to fix problems you see with it, rather than going off on your own. <br>
<br>&gt; There are some false assumptions I see out there: That you are
better in every case if you use contrib or give back to contrib.<br><br>I don&#39;t really think that&#39;s what&#39;s being said here, and it&#39;s certainly not what I&#39;m saying. Every site we build includes a large portion of code that is completely custom for that site. The key is to understand that there&#39;s a cost in maintaining that code moving forward, much of which will come from further integrations or updates/upgrades, and that cost is almost certainly higher than the cost of maintaining contrib (since obviously the cost can be spread around &quot;the network&quot;, instead of falling all on one &quot;node&quot;).<br>
<br>&gt;If all I need is a screwdriver, I don&#39;t need to use a Leatherman tool.
The screwdriver is going to do the job better anyway. And when I need
to upgrade, all I&#39;m upgrading is the screwdriver, not hoping that the
Leatherman still supports the kind of tip I need.<br><br>But you&#39;re not talking about *using* a screwdriver instead of a leatherman, you&#39;re talking about *building* a screwdriver when a leatherman&#39;s available. Yeah, the leatherman probaby does more than you need right now, but you can&#39;t really anticipate whether any of those other included tools will be necessary in the future, and you can be sure that your screwdriver will have one potential avenue of support (you) while the leatherman will be widely used and supported. And again, this seems like an argument against Drupal itself, not just contrib. Don&#39;t use the poll module? How about the core feed capabilities? The PHP Filter? No? Then why use Drupal?<br>
<br>&gt;Awkward analogy, perhaps, but there really are times when the open source approach costs more now and costs more later.<br><br>That&#39;s possibly true, though I sincerly doubt it. OSS isn&#39;t a panacea, but on long term costs I&#39;m guessing that it will beat proprietary software on price 95% of the time.<br>
<br>&gt; For example, if we write a simple module to generate a page that
could have been generated by Views plus a handful of other modules, it
doesn&#39;t always follow that the simple custom module will result in a
rougher upgrade path. Who says that combination of modules will be
available?<br><br>Well, while you can&#39;t be sure of anything in OSS (in life?), you can be sure that all the other people/companies that are using Views plus that handfull of modules will have to come up with an upgrade path in the future. It might not be within your desired time frame, but it&#39;s waaaaaay more reliable (and almost certainly cheaper) then hoping some developer or shop will be available and willing to port all your custom code when the next version of Drupal comes out. <br>
<br>&gt; It&#39;s not about &quot;what you&#39;re selling.&quot; It&#39;s about what the client needs, isn&#39;t it?<br><br>I don&#39;t assume our clients know what they need on the technical side. That&#39;s why they hire experts, right? It&#39;s up to developers to guide their clients business goals into sustainable technologies and best practices. <br>
<br>&gt; +1 on the patching! But I don&#39;t agree that using as little custom
code (which I will take to mean custom modules) is always best serving
the client. There are many instances where a simple custom module can
replace three or four complicated modules cobbled together and
containing a bunch of code for functionality not needed. There are
instances where we might write a custom module rather than use a
contrib module simply for site performance and responsiveness.<br><br>This is no doubt true, and we certainly work this way. The way I would put it is &quot;use contrib *when possible*, even if it seems like a bit of overkill at times.&quot; <br>
<br>&gt; And that doesn&#39;t mean upgrading will be harder, either.<br><br>True enough, but it certainly makes it more likely that someone else will have a harder time keeping the code/site up to date. But, again, where do you draw the line? Do you hack core if that&#39;s the easiest way to go?<br>
<br>&gt; To me the real problem is still incompetence.<br><br>Can&#39;t argue with you there, though I would add inexperience and lack of commitment to the &quot;OSS/Drupal way&quot; as equally problematic.<br><br><br>--<br>
Alex Urevick-Ackelsberg<br>ZivTech, LLC<br><a href="http://zivtech.com">http://zivtech.com</a><br><a href="mailto:alex@zivtech.com">alex@zivtech.com</a><br>office: (267) 940-7737<br>cell: (215) 866-8956<br>skype: zivtech<br>
aim: zivtech<br><br><br>2009/3/29 Laura Scott &lt;<a href="mailto:pinglaura@gmail.com">pinglaura@gmail.com</a>&gt;<br>&gt;<br>&gt;&gt; The key to this is your assumption that there is &quot;lots of customization&quot;. My goal is always to do as *little* customization as possible by finding modules that are a good fit and have lots of flexibility, or by educating the client on ways to bend their goals a bit to do things in a way that they can be done without a lot of customization, or by writing patches to modules that make them flexible enough to do what I need them to do and contributing the patches back so that they will be maintained and supported, and by trying to avoid using modules that are not widely-adopted (which therefore may have upgrade and maintenance problems).<br>
&gt;<br>&gt; What is &quot;customization&quot;? I&#39;d say it goes beyond custom code and into configuration as well. And configuration is something you can&#39;t really put under version control. We provide alternatives so clients can make informed decisions, but we don&#39;t think<br>
&gt;<br>&gt; We recently upgraded a site we did years ago, from 4.7 to 6, and by far the biggest complications were in dealing with contributed modules, not the custom modules we had done ourselves. Coder module and familiarity with the Drupal API changes can make upgrading a custom module much easier than dealing with contributed modules that don&#39;t have smooth upgrade paths or have disappeared altogether. (Remember Flexinode!)<br>
&gt;<br>&gt; There are some false assumptions I see out there: That you are better in every case if you use contrib or give back to contrib. It&#39;s a nice ideal, but it doesn&#39;t always serve the client. If all I need is a screwdriver, I don&#39;t need to use a Leatherman tool. The screwdriver is going to do the job better anyway. And when I need to upgrade, all I&#39;m upgrading is the screwdriver, not hoping that the Leatherman still supports the kind of tip I need. Awkward analogy, perhaps, but there really are times when the open source approach costs more now and costs more later.<br>
&gt;<br>&gt; For example, if we write a simple module to generate a page that could have been generated by Views plus a handful of other modules, it doesn&#39;t always follow that the simple custom module will result in a rougher upgrade path. Who says that combination of modules will be available? One clear argument in this case for the Views approach would be that the client needs to be able to change that configuration through an admin interface. But another clear argument the other way might be to optimize performance on that page, or to put the progressive enhancement of that functionality under version control for developers. It&#39;s never cut and dried, is it?<br>
&gt;<br>&gt;&gt;  I&#39;m talking about big sites with lots of customization, where clients might spend well over 100k on customization.  I&#39;m just questioning whether those who build those sites are building in -- or being upfront -- about the cost of upgrading to D6 and then D7.<br>
&gt;<br>&gt; What the developers are telling the client is important no matter what the size. Just because a site is large and complex with lots of customization doesn&#39;t mean the client was misled. There are many different approaches to web properties. We are quite up-front about the costs of upgrading (which are far far lower than developing from scratch, as long as the site, custom or not, was developed following best practices). Compared with the costs of large integrated systems like Vignette, it&#39;s a bargain.<br>
&gt;<br>&gt; It&#39;s not about &quot;what you&#39;re selling.&quot; It&#39;s about what the client needs, isn&#39;t it?<br>&gt;<br>&gt; And it&#39;s open source, which means there is no real EOL. You can always change/fix/update the code yourself, which is something you cannot do with proprietary systems.<br>
&gt;<br>&gt;&gt; 1) We try to use as little &quot;custom code&quot; as possible. If we are changing the way a module works, we submit our changes as a patch and work to get the patch committed. This means easier updates in the near term, and (hopefully) an easier upgrade path in the medium-long term.<br>
&gt;<br>&gt; +1 on the patching! But I don&#39;t agree that using as little custom code (which I will take to mean custom modules) is always best serving the client. There are many instances where a simple custom module can replace three or four complicated modules cobbled together and containing a bunch of code for functionality not needed. There are instances where we might write a custom module rather than use a contrib module simply for site performance and responsiveness.<br>
&gt;<br>&gt; And that doesn&#39;t mean upgrading will be harder, either.<br>&gt;<br>&gt;&gt; It strikes me that we&#39;ve moved away from &quot;Should Drupal be supported for more than two releases?&quot; to &quot;Are there salespeople that mislead clients about the full cost of acquiring some piece of technology?&quot;. And since the answer to the second question is so obvious, what are we even talking about?<br>
&gt;<br>&gt; To me the real problem is still incompetence. We don&#39;t run into many clients who have sticker shock over upgrading costs. However, every week we are approached by clients who hired the wrong company to develop their site, and spent all their money on a site that is not simply &quot;incomplete&quot; (which can happen if a project runs out of funding) but was actually built with such incompetence that the only solution is to start over. There&#39;s no happy answer in these cases.<br>
&gt;<br>&gt; And that&#39;s part and parcel with the world of open source. The upside (if you could call it that) is that lack of competence ranges deep, far and wide in the proprietary world, too. Caveat emptor is always the message.<br>
&gt;<br>&gt; Laura<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; consulting mailing list<br>&gt; <a href="mailto:consulting@drupal.org">consulting@drupal.org</a><br>&gt; <a href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a><br>
<br>