[quote="dhariwal"].....you will probably not get as many errors as OpenERP (specially programming related errors i.e. python errors). Don't think it is due to poor quality of the code. I should admit OpenERP design is v.smart.[/quote] I disagree, it is due to poor quality of code. Good code will give no error, bad code will give the wrong outcome, poor quality of code will give errors and/or wrong output.
Due to the fact that python is a interpreted language an error will only occur when that part of error code is hit versus a compiler language that will error out already when compiling, at least for the technical part. So python has some advantages but also disadvantages. A good programmer is aware of this and will test his/here delivered code to overcome the disadvantage of an interpreter language. Therefore testing a proposed solution is most important in OpenERP before merging a solution into the standard. Glad that the unit test server is live some weeks now and is given the first results. Unit test should be mandatory for every module in the near future. Even more reliable i.m.h.o. is the new functional testing framework based on Cucumber and OOOR (by akretion) framework, OERPScenario https://code.launchpad.net/oerpscenario writen by CamptoCamp. ------------------------ Jan www.veritos.nl www.supportandmaintenance.org -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50479#50479 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
