Post
Topic
Board Altcoin Discussion
Re: Nxt source code analysis (QA)
by
FrictionlessCoin
on 03/01/2014, 20:02:18 UTC
Found
Code:
static byte[] convert(String string)
and
Code:
static String convert(byte[] bytes)
ineffictive.
Need I suggest some solutions (like Apache Commons Smiley )?

Edit: nevermind. I'm too strict this evening...

I don't think this developer has even heard of Apache commons.

I mean, it is obvious that he doesn't even know how to use a java package.