Re: how to refine programming skill

2015-07-10 Thread Phil Steitz
On 7/10/15 4:35 AM, Daniel C. S. Yeh wrote: > Dear all, > > I am newer here. I want to involve in open source project development. > > By this way, I can see the good software architecture and bugs fixing > practice. > > could anyone kind tell me how to do it step by step, slowly? Siegfried did a

Re: how to refine programming skill

2015-07-10 Thread Siegfried Goeschl
Hi Daniel, IMHO the best approach is picking an Apache Commons (or any other OSS) project you have a special interest in, e.g. you are using it at work or have implemented something similar and would like to improve it a bit. The improvement could be documentation, answering emails, a bug fix o

how to refine programming skill

2015-07-10 Thread Daniel C. S. Yeh
Dear all, I am newer here. I want to involve in open source project development. By this way, I can see the good software architecture and bugs fixing practice. could anyone kind tell me how to do it step by step, slowly? Many thanks Daniel

Re: [CLI] Configure Options from usage statement??

2015-07-10 Thread LeVan,Ralph
Optionals are marked by brackets, as in the example. Help text could be provided as text in parens after the parameter declaration. I don't do that currently (if JSAP had that capability, I never noticed), so if you'd like to propose another mechanism I'd be happy to consider it. Ralph On Th