Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

what to do after ap java?

Name: Anonymous 2008-12-22 18:42

I'm a senior in high school and my ap java class is nearing its end. You can look up the scope of the class here http://www.collegeboard.com/student/testing/ap/sub_compscia.html
What java book/api/website should I study when this course ends?

Name: Anonymous 2008-12-23 15:52

>>39

I believe the problem there is that it is statically typed.

The weak type/prototype system in JavaScript is fucking stupid. I constantly find myself ensuring object meet contracts with hundreds of fucking:
if(something)
or
if(typeof(something) !== 'undefined')

Using logic statements in code to enforce variable contstraints from other scopes is fucking stupid.

Name: Anonymous 2008-12-23 16:00

>>41
 its the price you pay
 to not write every variable with type declaration.
But,i still think there should be something like
#define undefined=0;
and all this code will run without these extra checks.

Name: Anonymous 2008-12-23 17:55

>>42
This hack would introduce too many errors.

Name: Anonymous 2008-12-23 18:00

if(~undefined){alert("Undefined is false")}

Name: Anonymous 2008-12-23 18:01

to not write variable with type declaration.
learn2type inference

Name: Anonymous 2008-12-23 18:04

>>45
FUCK. i meant to quote that as
to not every variable with type declaration.
*fixes greasemonkey script*

Name: Anonymous 2008-12-23 18:35

>>42
You have failed at CPP.

Name: Anonymous 2008-12-24 2:18

>>47
>>Click here to be forwarded manually.<<

Name: Anonymous 2011-02-02 22:45

Name: Anonymous 2011-02-03 2:35

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List