this post was submitted on 15 Oct 2023
2 points (75.0% liked)

Programming

16975 readers
1288 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.stad.social/post/22011

"The areas of the MD network that were activated by reading code weren't the parts called on for maths, leaving an open question as to whether programming should be taught as a maths-based skill or a language-based skill."

They tested with Python, so this doesn't really surprise me. I suspect strongly my own experience that testing with Python both under-estimates the language involvement vs. more linguistically expressive languages but also significantly under-estimates the maths involvement relative to more formal languages, especially function and array languages. There's a marked separation between developers who see maths as essential to programming vs. those who see it as a language thing.

That they recruited from MIT, Tufts and immediate surroundings may well also affect their results.

Would be interesting to see a broader study.

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

It's called a programming language for a reason

As a professional software engineer, the number of times I actually have to use math skills is pretty low

Even when I worked on a statistical application for lifetime prediction, most of the work wasn't figuring out the correct math

What's leagues more important here is conceptual thinking and being able to model complex human-made constructs in your head