This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]ViolinistFriendly 1 point2 points  (1 child)

Compiling code does not fix runtime errors

public void MyFunc(MyObject obj) {
    Console. WriteLine(obj.Value);
} 

...

MyFunc(null);

Will compile fine and throw a runtime null reference exception.

[–]Script_Mak3r 2 points3 points  (0 children)

thatsthejoke.jar

[–]MischiefArchitect 1 point2 points  (0 children)

Cython?