DEV Community

Should I Learn Math First, Then Rust or C, or Can I Learn Mathematics and Rust, C Simultaneously?

Bora on April 17, 2023

First of all Hi Everyone, I'm New to Rust. I'm Currently Learning C# and Bought a Rust Language Book. I've been learning C# for a while and I've b...
Collapse
 
aquarush profile image
GeorgeGFX

My personal opinion is learn math first and then later invest time into Rust and C#.

If you are really good at math, you could eventually take both courses/lectures at the same time simultaneously but keep in mind that sooner or later, either math or C language will become complex to the point where you could melt your brain with information to the point where some people give up because they just can't take it all.

Taking math first will help you develop logical thinking and once you have all the basics and major things covered, you could then take any programming language course with as programming is like mathematics but solving problems with code.

Good luck!