I was wondering if it would be a good idea to have a common naming convention for the python and ruby scriptengine examples in kdebase, and put the in the same directory structure. At the moment for Ruby we have:<br><br>examples<br>
&nbsp;&nbsp;&nbsp; applets<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plasma_applet_ruby_clock<br>
&nbsp;&nbsp;&nbsp; dataengines<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ruby_time<br><br>For Python:<br><br>test<br>&nbsp;&nbsp;&nbsp; plasma-applet-pyclock&nbsp; <br>&nbsp;&nbsp;&nbsp; plasma-dataengine-pytime<br><br>I think &#39;examples&#39; is a better place than &#39;test&#39;, and that we are better off dividing them into &#39;applets&#39; and &#39;dataengine&#39; directories like the ruby ones. <br>
<br>I prefer the python names like &#39;pyclock&#39; or &#39;rbclock&#39; to &#39;python_clock&#39; or &#39;ruby_clock&#39;. <br><br>Do we need to include &#39;plasma_applet&#39; or &#39;plasma_dataengine&#39; in all the names?<br>
<br>Should the names contain hyphens or underscores instead?<br><br>-- Richard<br><br><br>