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>
    applets<br>        plasma_applet_ruby_clock<br>
    dataengines<br>        ruby_time<br><br>For Python:<br><br>test<br>    plasma-applet-pyclock  <br>    plasma-dataengine-pytime<br><br>I think 'examples' is a better place than 'test', and that we are better off dividing them into 'applets' and 'dataengine' directories like the ruby ones. <br>
<br>I prefer the python names like 'pyclock' or 'rbclock' to 'python_clock' or 'ruby_clock'. <br><br>Do we need to include 'plasma_applet' or 'plasma_dataengine' in all the names?<br>
<br>Should the names contain hyphens or underscores instead?<br><br>-- Richard<br><br><br>