this post was submitted on 13 Jul 2023
1097 points (98.4% liked)

Programmer Humor

32032 readers
1061 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 1 year ago (6 children)

Where's discrete mathematics?

[–] theGimpboy 28 points 1 year ago (3 children)

Math? I write code, that's words bro. Why would I ever need math?

[–] [email protected] 21 points 1 year ago (2 children)

This is sadly how a lot of Computer Science students think nowadays.

[–] [email protected] 1 points 1 year ago (1 children)

I think the problem is that they are trying to teach math to generalists where in front of them are students formed to understand programmatical problems.

Where the problems be restructured to a programatical problem, then it would work far far better.

Mathematical exercises aim to solve 1 problem with 1 given set of parameters, programatical exercises aim to solve 1 problem with ANY given sets of parameters.

And that's what made me loose interest in math during my CS years.

[–] [email protected] 3 points 1 year ago

Mathematical exercises aim to solve 1 problem with 1 given set of parameters

Maybe you just had some really bad teachers, but I couldn't disagree more. A big part of maths is proving statements that hold very generally (and maybe making it even more abstract, e.g. applying it to anything you can add and multiply instead of just real numbers). It kind of starts when your answers start being formulas instead of numbers but it goes much further

load more comments (2 replies)