Re: [Discussion] String libs

2021-09-13 Thread Daniel Augusto Veronezi Salvador
> On Wed, Sep 8, 2021 at 2:36 PM Nicolas Vazquez < > nicolas.vazq...@shapeblue.com> wrote: > > > Hi Daniel, > > > > I don't have a preference either, but the work you are proposing on your > > PR makes sense to me. > > > >

Re: [Discussion] String libs

2021-09-13 Thread Daan Hoogland
M Nicolas Vazquez < > > nicolas.vazq...@shapeblue.com> wrote: > > > > > Hi Daniel, > > > > > > I don't have a preference either, but the work you are proposing > on your > > > PR makes sense to me. > > > > > > > >

Re: [Discussion] String libs

2021-09-13 Thread Suresh Anaparti
> > I don't have a preference either, but the work you are proposing on your > > PR makes sense to me. > > > > > > Regards, > > > > Nicolas Vazquez > > > > > > From: Rohit

Re: [Discussion] String libs

2021-09-10 Thread Gabriel Bräscher
peblue.com> wrote: > > > Hi Daniel, > > > > I don't have a preference either, but the work you are proposing on your > > PR makes sense to me. > > > > > > Regards, > > > > Nicolas Vazquez > > > > _

Re: [Discussion] String libs

2021-09-08 Thread Daan Hoogland
t; PR makes sense to me. > > > Regards, > > Nicolas Vazquez > > > From: Rohit Yadav > Sent: Wednesday, September 8, 2021 5:05 AM > To: dev@cloudstack.apache.org > Subject: Re: [Discussion] String libs > > I don't have any specific

Re: [Discussion] String libs

2021-09-08 Thread Nicolas Vazquez
Hi Daniel, I don't have a preference either, but the work you are proposing on your PR makes sense to me. Regards, Nicolas Vazquez From: Rohit Yadav Sent: Wednesday, September 8, 2021 5:05 AM To: dev@cloudstack.apache.org Subject: Re: [Discussion] S

Re: [Discussion] String libs

2021-09-08 Thread Rohit Yadav
I don't have any specific inclination, I would use whatever becomes a standard. However, I prefer the readability of a utility method that is readable and easy to understand such as isNullOrEmpty (which suggests it's doing a null check) versus isEmpty. I suppose a refactoring exercise can be do