Thread: Java
View Single Post
Dr. McKay
Sir Dr. SourceMod Plugin Approver Esq. Ltd. M.D. PhD
Join Date: Aug 2011
Location: Atlantis
Old 04-13-2012 , 17:20   Re: Java
Reply With Quote #7

I'm just not a huge fan of exclusively object-oriented programming.

I like my linear stuff...

Or at least the ability to use objects if I so choose.

Also,
Code:
NumberFormat format = new NumberFormat("###.##");
String formatted = format.format(100);
As opposed to
PHP Code:
$formatted number_format(1002); 
__________________

Last edited by Dr. McKay; 04-13-2012 at 17:20.
Dr. McKay is offline