Administrator
|
Hi,
Following our discussions about using Lombok inside OFBiz, as it's not clear if we should, here is a vote to decide about that. The question is: "should we use Lombok inside OFBiz?" Please cast your vote: [+1] to use Lombok inside OFBiz [0] to abstain [-1] to not use Lombok inside OFBiz This vote will be open for a week. Thanks Jacques |
-1
Thanks, Michael Am 08.09.20 um 09:36 schrieb Jacques Le Roux: > Hi, > > Following our discussions about using Lombok inside OFBiz, as it's not > clear if we should, here is a vote to decide about that. > > The question is: "should we use Lombok inside OFBiz?" > > Please cast your vote: > > [+1] to use Lombok inside OFBiz > [0] to abstain > [-1] to not use Lombok inside OFBiz > > This vote will be open for a week. > > Thanks > > Jacques > smime.p7s (5K) Download Attachment |
-1
I don't think Lombok is right for the OFBiz framework. Looks like Lombok is good for object oriented programming and in OFBiz we generally stay away from POJO or other similar object oriented programming practices. Thanks and Regards Anil Patel COO HotWax Systems http://www.hotwaxsystems.com Cell: + 1 509 398 3120 On Tue, Sep 8, 2020 at 1:45 PM Michael Brohl <[hidden email]> wrote: > -1 > > Thanks, > > Michael > > > Am 08.09.20 um 09:36 schrieb Jacques Le Roux: > > Hi, > > > > Following our discussions about using Lombok inside OFBiz, as it's not > > clear if we should, here is a vote to decide about that. > > > > The question is: "should we use Lombok inside OFBiz?" > > > > Please cast your vote: > > > > [+1] to use Lombok inside OFBiz > > [0] to abstain > > [-1] to not use Lombok inside OFBiz > > > > This vote will be open for a week. > > > > Thanks > > > > Jacques > > > > |
In reply to this post by Jacques Le Roux
-1
Lombok helps reduce code when using an orm. Fortunately ofbiz uses the generic value; a db record is a map and not an object 🙂 Il mar 8 set 2020, 09:37 Jacques Le Roux <[hidden email]> ha scritto: > Hi, > > Following our discussions about using Lombok inside OFBiz, as it's not > clear if we should, here is a vote to decide about that. > > The question is: "should we use Lombok inside OFBiz?" > > Please cast your vote: > > [+1] to use Lombok inside OFBiz > [0] to abstain > [-1] to not use Lombok inside OFBiz > > This vote will be open for a week. > > Thanks > > Jacques > > |
-1
https://medium.com/@vgonzalo/dont-use-lombok-672418daa819 Thanks & Regards -- Deepak Dixit ofbiz.apache.org On Tue, Sep 8, 2020 at 5:11 PM Nicola Mazzoni <[hidden email]> wrote: > -1 > > Lombok helps reduce code when using an orm. Fortunately ofbiz uses the > generic value; a db record is a map and not an object 🙂 > > Il mar 8 set 2020, 09:37 Jacques Le Roux <[hidden email]> ha > scritto: > > > Hi, > > > > Following our discussions about using Lombok inside OFBiz, as it's not > > clear if we should, here is a vote to decide about that. > > > > The question is: "should we use Lombok inside OFBiz?" > > > > Please cast your vote: > > > > [+1] to use Lombok inside OFBiz > > [0] to abstain > > [-1] to not use Lombok inside OFBiz > > > > This vote will be open for a week. > > > > Thanks > > > > Jacques > > > > > |
In reply to this post by Jacques Le Roux
-1
Don’t think it’s of much use in OFBiz. Thanks. Mridul Pathak > On 08-Sep-2020, at 1:06 PM, Jacques Le Roux <[hidden email]> wrote: > > Hi, > > Following our discussions about using Lombok inside OFBiz, as it's not clear if we should, here is a vote to decide about that. > > The question is: "should we use Lombok inside OFBiz?" > > Please cast your vote: > > [+1] to use Lombok inside OFBiz > [0] to abstain > [-1] to not use Lombok inside OFBiz > > This vote will be open for a week. > > Thanks > > Jacques > |
-1.
Rishi Solanki *CTO, Mindpath Technology* Intelligent Solutions cell: +91-98932-87847 LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/> On Tue, Sep 8, 2020 at 9:47 PM Mridul Pathak < [hidden email]> wrote: > -1 > > Don’t think it’s of much use in OFBiz. > > Thanks. > Mridul Pathak > > > On 08-Sep-2020, at 1:06 PM, Jacques Le Roux < > [hidden email]> wrote: > > > > Hi, > > > > Following our discussions about using Lombok inside OFBiz, as it's not > clear if we should, here is a vote to decide about that. > > > > The question is: "should we use Lombok inside OFBiz?" > > > > Please cast your vote: > > > > [+1] to use Lombok inside OFBiz > > [0] to abstain > > [-1] to not use Lombok inside OFBiz > > > > This vote will be open for a week. > > > > Thanks > > > > Jacques > > > > |
Administrator
|
In reply to this post by Jacques Le Roux
Hi,
Thank you all for voting. The vote is now closed and the result is as follows: There were no +1 votes There were no 0 votes There were 6 -1 votes So the answer is "We should not use Lombok inside OFBiz" Somehow related: I'm using Eclipse, and it remembers me 2 articles I read long ago. https://www.javacodegeeks.com/2011/09/eclipse-shortcuts-for-increased.html Starting at "*Alt + Shift + R" *are some useful shortcuts when refactoring (I must say I don't use them much) There is also this concept of code templates: https://web.archive.org/web/20120519232804/http://benpryor.com:80/blog/2006/03/03/top-10-tips-for-new-eclipse-users/ (look for "*Use Templates"* point 9) ** Anyway I know most people use IntelliJ nowadays, so just as a consolation for those who still use Eclipse and would have like to use Lombok :) Jacques Le 08/09/2020 à 09:36, Jacques Le Roux a écrit : > Hi, > > Following our discussions about using Lombok inside OFBiz, as it's not clear if we should, here is a vote to decide about that. > > The question is: "should we use Lombok inside OFBiz?" > > Please cast your vote: > > [+1] to use Lombok inside OFBiz > [0] to abstain > [-1] to not use Lombok inside OFBiz > > This vote will be open for a week. > > Thanks > > Jacques > |
Free forum by Nabble | Edit this page |