Re: [lang] Todo utility class

2018-03-19 Thread Paul King
Groovy has some features which might give you some ideas. Firstly, it let's you easily create dynamic objects in numerous ways. Typically you might use a Closure or map of Closures. You can optionally specify one or more interfaces and if needed give a base class. You could no doubt do something

Re: [lang] Todo utility class

2018-03-19 Thread Matt Benson
Thanks all. This has gone elsewhere. Matt On Mar 19, 2018 8:21 PM, "Matt Sicker" wrote: > I’ve used NotImplementedException as a way to do this. In Scala, there is a > function called ??? which throws a similar exception, and in Kotlin, > there’s an equivalent function called

Re: [lang] Todo utility class

2018-03-19 Thread Matt Sicker
I’ve used NotImplementedException as a way to do this. In Scala, there is a function called ??? which throws a similar exception, and in Kotlin, there’s an equivalent function called TODO. On Mon, Mar 19, 2018 at 20:09, Gary Gregory wrote: > Been out with the flu,

Re: [lang] Todo utility class

2018-03-19 Thread Gary Gregory
Been out with the flu, jumping in late... It seems like using one or more annotations would be better for tooling... Gary On Sun, Mar 18, 2018, 07:57 Gilles wrote: > On Sun, 18 Mar 2018 13:20:18 +0100, Jochen Wiedmann wrote: > > On Fri, Mar 16, 2018 at 12:05 AM,

Re: [report] Draft board report

2018-03-19 Thread Gary Gregory
Thank you for the review Rob. Gary On Mon, Mar 19, 2018, 14:15 Rob Tompkins wrote: > Looks reasonable from a quick read. > > -Rob > > > On Mar 19, 2018, at 1:34 PM, Gary Gregory > wrote: > > > > Hi All: > > > > I've been ill with the flu since

Re: [report] Draft board report

2018-03-19 Thread Rob Tompkins
Looks reasonable from a quick read. -Rob > On Mar 19, 2018, at 1:34 PM, Gary Gregory wrote: > > Hi All: > > I've been ill with the flu since Wednesday so this is report is almost > late. Your feedback is appreciated. I will submit it in a couple of hours. > Sorry

Re: [All][Math] "Commons Geometry": first step?

2018-03-19 Thread Gary Gregory
Go for it. Gary On Mon, Mar 19, 2018, 13:11 Gilles wrote: > Hello. > > Any objection to requesting a "git" repository for > initiating work on a "Commons Geometry" component? > > IIUC, Gimhana (GSoC participant) has some free time; > the porting work is much

[All][Math] "Commons Geometry": first step?

2018-03-19 Thread Gilles
Hello. Any objection to requesting a "git" repository for initiating work on a "Commons Geometry" component? IIUC, Gimhana (GSoC participant) has some free time; the porting work is much easier due to the few cross-dependencies between "o.a.c.math4.geometry" package and other parts of Commons

Re: [report] Draft board report

2018-03-19 Thread Gilles
Hi. On Mon, 19 Mar 2018 11:34:52 -0600, Gary Gregory wrote: Hi All: I've been ill with the flu since Wednesday so this is report is almost late. Your feedback is appreciated. I will submit it in a couple of hours. Sorry about the late notice I can't help wondering how those statistics

[report] Draft board report

2018-03-19 Thread Gary Gregory
Hi All: I've been ill with the flu since Wednesday so this is report is almost late. Your feedback is appreciated. I will submit it in a couple of hours. Sorry about the late notice Gary ## Description: - The Apache Commons project focuses on all aspects of reusable Java components. - The