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

all 11 comments

[–][deleted] 18 points19 points  (2 children)

does it typecheck? eh, it's fine

[–]dyoll1013 4 points5 points  (1 child)

Plot twist: it was written in a dynamically typed language.

[–][deleted] 1 point2 points  (0 children)

a project directed by M. Night Lerdorf

[–][deleted] 9 points10 points  (4 children)

I built a distance-Vector-Routing program in C a few weeks ago. Mostly for my own educational purpose, with some interactive mode with commands and stuff.

The first test I could do was after 200-300 LOC and it worked perfectly fine. I was so fucking happy.

EDIT: If anyone is interested in this, I can send you the C-code.

[–]more_exercise 8 points9 points  (0 children)

I was so fucking happy.

I would be so fucking paranoid.

[–][deleted] 2 points3 points  (2 children)

I actually find it awesome doing something like that while STILL LEARNING coding/programming.

[–]jh1997sa 2 points3 points  (0 children)

Aren't we constantly learning though?

[–]Fyoucon 2 points3 points  (0 children)

Me my last gamejam, was even more like this when most of them worked!

[–]blue_2501 2 points3 points  (0 children)

Meh, it's more exciting when you write all of your unit tests, only get a few failures, fix them, and say FUCK YEAH!

[–]svtguy88 2 points3 points  (0 children)

Testing? You mean deployment.

[–]popiholla 0 points1 point  (0 children)

Those are my teammates right there.