[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

JavaHL bindings cleanup

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: 2007-03-16 16:27:33 CET

I've been mucking around in the JavaHL bindings the past few days, and I
have the following suggestions:

1) Update the .cpp and .java files to use the same coding style that the
   main codebase uses.

2) Rearrange methods within classes in alphabetical order, with older
   methods first in the case of overloaded methods.

3) Implement older APIs as wrappers around newer APIs in the same class.
   (Currently, some are implemented as wrappers around newer APIs in
   other classes.)

I think this would improve maintainability substantially, but I wanted
to know what others thought. Comments? Objections?

-Hyrum

Received on Fri Mar 16 16:27:49 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.