Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
neeno31724yThis
This is the best piece of advice to give beginners I could ever think of.
I see so many classmates struggling with algorithm development trying to write the code before they understand the problem and think of what steps to take. -
@neeno I have a friend who shows me her code, and I wonder if she thought about what she was writing before she wrote it, or not. When I help her with her coding, I often ask her to stop speaking in code and explain, in English, what she wants her program to do.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
Cyborg15A guy and a girl are in a Java seminar. Afterward, the guy approaches the girl and asks, "Hey gurrl, can I ge...
@allBeginners:
It's not about which language to pick or which problem to solve. It starts with thinking like a programmer.
I think that this guy educates quite well: https://youtu.be/azcrPFhaY9k
TLDW: Write your problem in English first and then translate that into simple code, not the other way around. If it does not work, you told the wrong things to the computer; its not the computer failing.
rant
cpp
c
beginner advice
java
python
learn
algorithm
problems