Me too, I've only had time to email a bit due to schoolwork. To answer your main question: it could make the C++ portions of the code simpler and easier to maintain.
For example, there are many functions that pass each axis value as a separate argument, then have blocks of 9 lines for copying and arithmetic. Defining operators and possibly storing a unit variable could shrink those 9-line blocks down to a single, clear operation. -Rob On Apr 10, 2014 3:52 PM, "Chris Radek" <[email protected]> wrote: > > On Thu, Apr 10, 2014 at 03:09:33PM -0400, Robert Ellenberg wrote: > > > > Ignoring the labor involved in doing the conversion, does this sound like a > > good idea? > > A few of us tossed around some ideas about this in irc; wish you > could join us: > > http://psha.org.ru/irc/%23linuxcnc-devel/2014-04-10.html#19:18:33 > > > ------------------------------------------------------------------------------ > Put Bad Developers to Shame > Dominate Development with Jenkins Continuous Integration > Continuously Automate Build, Test & Deployment > Start a new project now. Try Jenkins in the cloud. > http://p.sf.net/sfu/13600_Cloudbees > _______________________________________________ > Emc-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-developers On Thu, Apr 10, 2014 at 03:09:33PM -0400, Robert Ellenberg wrote: > > Ignoring the labor involved in doing the conversion, does this sound like a > good idea? A few of us tossed around some ideas about this in irc; wish you could join us: http://psha.org.ru/irc/%23linuxcnc-devel/2014-04-10.html#19:18:33 ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
