Name:
Anonymous
2005-11-16 13:31
was my first reaction upon looking at Azureus's source code. To think I actually use this...
Name:
Anonymous
2005-11-18 11:20
* The function is so fucking large that I'm not allowed to paste it whole. That's rarely a good thing.
* It suffers from a mixture of both tabs and spaces for indentation (which won't be obvious when posted here) Please, just pick one or the other.
* What the fuck, seven levels of indentation?!
* Excessive use of newlines
* It's inconsistent. "if( blah )" or "if (blah)", pick one style, preferably the latter.
There ARE automated tools for beautifying code, you know.