(Untitled)

Jan 25, 2008 17:06

I HATE COMPUTER PROGRAMMING SO MUCH!

...I just needed to get that out in the open...

computer science

Leave a comment

Comments 8

samuelvimes January 25 2008, 16:31:39 UTC
public boolean hateProgramming(Human p) {
if (p.strugglingWithExercises()) {
return true;
} else if (!p.copingWithGraphics()) {
return true;
} else if (!p.mathematicalGenius()) {
return true;
}
}

?

Reply

spastic_banana January 26 2008, 14:26:41 UTC
Struggling with stupid numerical integration mess. Hate numerical methods. It's not mathematically correct!

Reply


fyre_foxx January 25 2008, 16:51:37 UTC
C, C++, C# or Java? Personally, if you're doing Java, you should be glad, it is by FAR the eaisest of the modern programming languages. I remember designing a whole database in C from Scratch. It's the stuff Hell is made up of.

Reply

spastic_banana January 26 2008, 14:29:28 UTC
Python, which is actually easier than Java, even. It's just that the combination of difficult physics problem combined with somewhat difficult program to write is not very enjoyable.

Reply

fyre_foxx January 27 2008, 20:47:51 UTC
I do Python in work, it's pretty simple compared to the C family. It's the same OOP approach, just different libraries.

Reply


caligera January 26 2008, 14:25:25 UTC
I was thinking here the other day, what exactly it is I am doing here looking at rocks and looking for non-existing angles on imperfect handsamples of feldspars, but now you just reassured me that perhaps I did the right choise in not choosing physics. No more programming for me until third year, I think.

Reply

spastic_banana January 26 2008, 14:28:01 UTC
God, you're so lucky!

Reply


lotiel_vanya January 26 2008, 16:48:07 UTC
I know the feeling.

Luckily I have Håkon to make me not fail.

Reply


Leave a comment

Up