mastodon.sdf.org is part of the decentralized social network powered by Mastodon.
"I appreciate SDF but it's a general-purpose server and the name doesn't make it obvious that it's about art." - Eugen Rochko

Administered by:

Server stats:

2.6K
active users

Learn more

Davide Bucci

I started working again on . For the moment, I'm just doing some of the code. I upgraded from 5.0 to 7.0 and there are a lot of new issues that need to be addressed. Many are trivial, but some will require some thought. In any case, I started with 2200 issues and I am now at about 1300. github.com/DarwinNE/FidoCadJ

I could reduce the number of issues to 790. I think the code is gradually becoming more readable and explicit. I could also fix some obsolete habits that come from the fact I first learned Java in 1999. There is still work to be done!

Reduced the number of issues to 0 ( 7.0 Java quickstart rule sets). Well, that was quite a work. I hope the code is better, now.

I am using , too. Some of the issues found are insightful, others leave me a little perplexed.

There is something I'd like to correct and it is that I use System.exit(1); in some places to exit from . is not very happy about it, but I haven't found an alternative to fix this issue.